How do I enable webDAV?
You must be logged on as root to Configure DAV: A. Load Modules Edit: /opt/hpws/apache/conf/httpd.conf Uncomment or add the following: #LoadModule dav_module mod_dav.so #LoadModule dav_fs_module mod_dav_fs.so B. Provide a non-nfs location to WebDAV Edit, /opt/hpws/apache/conf/httpd.conf After line: DocumentRoot “/opt/hpws/apache/htdocs” Add the “DAVLockDB” directive as follows. DAVLockDB /some/path/DAVLock Note: WebDAV will create files under the /some/path/” directory with the prefix “DAVLock”. Any prefix and path can be used. However, ensure that this directory exists and is on a non-NFS mounted file system. After line: