Ok. if I understand the manual correctly this should apply to my entire server:
Allow from all
Order allow,deny
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Dav On
I've tried this in httpd.conf, but I still get a 405 response to a PUT reque
On Fri, Jan 18, 2013 at 12:39:36PM +0200, Johan Moraal wrote:
>
That's not the correct argument for Location. Location takes a web path,
not a filesystem path. Eg. if your FQDN is www.foo.com and you wanted a
Location section to match http://www.foo.com/bar/ you would need
something like
Thank you for your response
I added this to httpd.conf and restarted the server:
Allow from all
Order allow,deny
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Dav On
But I still get 405 responses. Is there some other way to check if
mod_da
On 18 Jan 2013, at 09:33, Johan Moraal wrote:
> And under
>
> I added Dav On
Gotcha.
mod_dav doesn't map to (or ).
Use URL space (i.e. ).
--
Nick Kew
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additio
Dear Apache users
I'm trying to setup and enable the WebDav module in Apache 2. I'm
running version 2.0.54 on a PowerPC based Linux platform. The Linux
distro used is not well known, it is the factory default distributed
by Freescale on the P1022DS development kit. The output of the "uname
-a" com