Ok. if I understand the manual correctly this should apply to my entire server:
<Location />
Allow from all
Order allow,deny
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Dav On
</Location>
I've tried this in httpd.conf, but I still get a 405 response to a PUT request
I'm not worried about security at the moment since the server is not
connected to the internet while i'm fiddling with it.
On 18 January 2013 12:50, Pete Houston <[email protected]> wrote:
> On Fri, Jan 18, 2013 at 12:39:36PM +0200, Johan Moraal wrote:
>> <Location "/usr/local/apache2/htdocs">
>
> 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
>
> <Location /bar/>
>
> See http://httpd.apache.org/docs/2.4/mod/core.html#location for more
> info.
>
> HTH,
>
> Pete
> --
> Openstrike - improving business through open source
> http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107
--
Johan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]