I succesfully set up webdav in core 2 using the instructions from here:
http://www.twilight-systems.com/flac...ache2-rh9.html
I used it for the Firefox Synchronise bookmarks extension. I have just installed core 3 and followed the instructions again to set up webdav but this time when I try to synchronise bookmarks I get the message:
405: This method is not allowed (405)
I also have Samba shares set up and am running Snort and MySQL as described here:
http://www.snort.org/docs/Snort_SSL_FC2.pdf
Here is the relevant section of ssl.conf:
Alias /webdav/ "var/www/webdav/"
<Directory /var/www/webdav>
DAV on
AuthType Basic
AuthName "WebDAV Storage"
AuthUserFile /etc/httpd/passwd/passwd.dav
</Directory>
<Directory /var/www/webdav/dk/>
require user dk
</Directory>
</VirtualHost>
Any help would be greatly appreciated.