My httpd.conf doesn't exist <Location>, so I added the following the 3 lines in 
the file.

<Location />
    DAV On
</Location>

Unfortunately, "PUT" method still isn't seen via "OPTIONS / HTTP/1.0".
Thanks
 
> From: n...@webthing.com
> Date: Thu, 10 Mar 2011 06:15:52 +0000
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Question about mod_dav in Apache2(Centos)
> 
> 
> On 10 Mar 2011, at 05:08, zMatthew wrote:
> 
> > I configured Apache2 to allow "PUT" method on a directory,
> 
> DAV doesn't work with Directories.  Use <Location>.
> 
> -- 
> Nick Kew
> 
> Available for work, contract or permanent
> http://www.webthing.com/~nick/cv.html
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>    "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
> 
                                          

Reply via email to