KfWiki : ApacheWebdav

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
HomePage » WebServer » Apache » ApacheWebdav


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]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.2304 seconds