Webdav on Plesk 6
vhost.conf:
code:
AuthType Digest
AuthName iCal
AuthDigestFile "/home/httpd/vhosts/domain.com/dav.digest.passwd"
require valid-user
DAV On
Order allow,deny
Allow from All
Options All
Then add a user (if it's not the first user, drop the -c) from the prompt in /home/httpd/vhosts/domain.com/ :
code:
htdigest -c dav.digest.passwd iCal username
chmod the DAV enabled directory for writing. This could be a security issue. Cgi scripts and telnet sessions from other users on the server will be able to write to this directory, however apache will not let anyone but the users you create above write through http.
code:
chmod 777 /home/httpd/vhosts/domain.com/httpdocs/ical