Hello to all, Can I follow this tutorial http://www.howtoforge.net/how-to-set-up-webdav-with-apache2-on-fedora-11 to install webdav on my Fedora 12 ( i686 ) server with ISPConfig v 3.0.2.1 starting at #3 ? I am confused because I have to create a virtual host and as far as I know ISPConfig takes care of creating virtual hosts Thanks for your help.
This tutotrial is not for ispconfig 3. You can use it starting from #4 and every directive that has to go into the vhost must be inserted into the apache directives field in ispconfig instead.
This is a quick reply ! So I start with Code: htpasswd -c /var/www/clients/client1/web1/web/passwd.dav administrator and I put this Code: Alias /webdav /var/www/clients/client1/web1/web <Location /webdav> DAV On AuthType Basic AuthName "webdav" AuthUserFile /var/www/clients/client1/web1/web/passwd.dav Require valid-user </Location> in: ispconfig --> sites --> website --> options --> Apache directives. ( Just to be sure I understand what you said )
Take a look here: http://www.howtoforge.com/using-webdav-with-ispconfig-3-on-ubuntu-9.10 It's for Ubuntu, but it should give you the idea.
an other webdav question I have one question, Is it possible with webdav to have users with different privileges ? ( read and write or read only ) Have a nice day !