In httpd.conf
LoadModule dav_module modules/mod_dav.so DAVLockDB /tmp/DAVLock DAVMinTimeout 600 <Location /dav/> DAV On AuthType Basic AuthName "WebDAV Restricted" AuthUserFile /path/to/davusers AuthGroupFile /path/to/davgroup <LimitExcept GET HEAD OPTIONS> Require group powerusers </LimitExcept> </Location>
There are no comments on this page. [Add comment]