I've followed the steps outline in the article about setting up WebDAV in Apache2 on Fedora 10 but I'm not having any luck in successfully testing it.
The dav and dav_fs modules are enabled in httpd.conf.
Here's the VirtualHost segment from httpd.conf:
<VirtualHost *:80>
DocumentRoot /var/www/web/dav/
ServerAdmin
webmaster@sdps-bbs.com
<Directory /var/www/web/dav/>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /webdav /var/www/web/dav
<Location /webdav/>
DAV On
AuthType Basic
AuthName "WebDAV Restricted"
AuthUserFile /var/www/web/passwd.dav
Require valid-user
</Location>
</VirtualHost>
And here's the output from the cadaver test:
csmith@lnx7 : ~ ==> cadaver
http://localhost/dav
Could not access /dav/ (not WebDAV-enabled?):
405 Method Not Allowed
Connection to `localhost' closed.
Any clues or ideas would be greatly appreciated.
Thanks in advance
Charlie Smith
Recent comments
5 hours 6 min ago
6 hours 6 min ago
9 hours 53 min ago
11 hours 7 min ago
14 hours 43 min ago
21 hours 58 min ago
1 day 6 hours ago
1 day 8 hours ago
1 day 23 hours ago
2 days 1 hour ago