United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
To enable webdav on a directory in Apache httpd, you simply need to specify "Dav on" for the directory you wish to enable and it must be writable by the web server. A simple example:
# mkdir /var/www/webdav
# chown apache.apache /var/www/webdav
Alias /webdav /var/www/webdavDav on
# service httpd restart
# cadaver http://your_host/webdav
dav:/webdav/> ls
Listing collection `/webdav/': succeeded.
fstab 534 Mar 5 15:40
dav:/webdav/>quit