mod_dav_fs.xml revision d1e705efc6b288edbe466fd1af69d228f508361e
d1e705efc6b288edbe466fd1af69d228f508361end<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
d1e705efc6b288edbe466fd1af69d228f508361end<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
d1e705efc6b288edbe466fd1af69d228f508361end<modulesynopsis>
d1e705efc6b288edbe466fd1af69d228f508361end<description>filesystem provider for <module>mod_dav</module></description>
d1e705efc6b288edbe466fd1af69d228f508361end >mod_dav</module>. It acts as a support module for <module
d1e705efc6b288edbe466fd1af69d228f508361end >mod_dav</module> and provides access to resources located in the
d1e705efc6b288edbe466fd1af69d228f508361end server's file system. The formal name of this provider is
d1e705efc6b288edbe466fd1af69d228f508361end <code>filesystem</code>. <module>mod_dav</module> backend providers
d1e705efc6b288edbe466fd1af69d228f508361end will be invoked by using the <directive module="mod_dav">Dav</directive>
d1e705efc6b288edbe466fd1af69d228f508361end directive:</p>
d1e705efc6b288edbe466fd1af69d228f508361end Dav filesystem
d1e705efc6b288edbe466fd1af69d228f508361end </example>
d1e705efc6b288edbe466fd1af69d228f508361end <p>Since <code>filesystem</code> is the default provider for
d1e705efc6b288edbe466fd1af69d228f508361end<directivesynopsis>
d1e705efc6b288edbe466fd1af69d228f508361end<description>Location of the DAV lock database</description>
d1e705efc6b288edbe466fd1af69d228f508361end<contextlist><context>server config</context><context>virtual host</context>
d1e705efc6b288edbe466fd1af69d228f508361end</contextlist>
d1e705efc6b288edbe466fd1af69d228f508361end <p>Use the <directive>DavLockDB</directive> directive to specify
d1e705efc6b288edbe466fd1af69d228f508361end the full path to the lock database, excluding an extension. If
d1e705efc6b288edbe466fd1af69d228f508361end the path is not absolute, it will be taken relative to <directive
d1e705efc6b288edbe466fd1af69d228f508361end module="core">ServerRoot</directive>. The implementation of
d1e705efc6b288edbe466fd1af69d228f508361end <module>mod_dav_fs</module> uses a SDBM database to track user
d1e705efc6b288edbe466fd1af69d228f508361end locks.</p>
d1e705efc6b288edbe466fd1af69d228f508361end <!-- XXX: someone should add that tool to the support directory...
d1e705efc6b288edbe466fd1af69d228f508361end The utility <code>modules/dav/util/lockview</code> can be used from
d1e705efc6b288edbe466fd1af69d228f508361end the server to display all locks in a lock database.</p> -->
d1e705efc6b288edbe466fd1af69d228f508361end </example>
d1e705efc6b288edbe466fd1af69d228f508361end</directivesynopsis>
d1e705efc6b288edbe466fd1af69d228f508361end</modulesynopsis>