Apache HTTP Server Version 2.4
Available Languages: ko
Description: | Filesystem provider for mod_dav |
---|---|
Status: | Extension |
Module Identifier: | dav_fs_module |
Source File: | mod_dav_fs.c |
This module requires the service of Dav
directive:
Dav filesystem
Since filesystem
is the default provider for mod_dav
, you may simply use the value On
instead.
Description: | Location of the DAV lock database |
---|---|
Syntax: | DavLockDB file-path |
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_dav_fs |
Use the DavLockDB
directive to specify the full path to the lock database, excluding an extension. If the path is not absolute, it will be taken relative to mod_dav_fs
uses a SDBM database to track locks.
DavLockDB "var/DavLock"
The directory containing the lock database file must be writable by the ServerRoot
with the base filename DavLock
and extension name chosen by the server.
Available Languages: ko