David,
Thanks for the information. Please try as like as following in your apache conf and please restart httpd and please verify everything is ok or not. ------------------------------------------------------------------------------ DirectoryIndex index.html DocumentRoot /www/www.my-example.co.uk/site Alias /update "/www/www.my-example.co.uk/site/dave" <Directory /www/www.my-example.co.uk/site> ---------------------------------------------------------------------------- or ------------------------------------------------------------------------------ DirectoryIndex index.html DocumentRoot /www/www.my-example.co.uk/site Alias /update "/www/www.my-example.co.uk/site/dave/" <Directory /www/www.my-example.co.uk/site> ---------------------------------------------------------------------------- And please try following urls through browser; http://www.my-example.co.uk http://www.my-example.co.uk/update Please let me know,If You have any questions or concerns. Thanks, Srinivas Date: Tue, 3 Jun 2014 21:38:41 +0100 From: lists@xxxxxxxxxxxxxx To: users@xxxxxxxxxxxxxxxx Subject: Re: [users] WebDAV for managing web site content HTTPD 2.4.x (9 actually) Srinivasa,
I have tried what I think you are suggesting: ... DirectoryIndex index.html Alias /update /www/www.my-example.co.uk/site/dav Alias /update /www/www.my-example.co.uk/site <Directory /www/www.my-example.co.uk/site> ... Then I get the 405 error. There is a subdirectory of my 'site' DocumentRoot called 'dave'. If I have: ... DirectoryIndex index.html Alias /update /www/www.my-example.co.uk/site/dave Alias /update /www/www.my-example.co.uk/site <Directory /www/www.my-example.co.uk/site> ... Then the second 'Alias' line is ignored and DAV works, but serves up my 'dave' directory. Regards, David On 03/06/2014 12:57, Srinivasa Rao Katta wrote:
|