<-
Apache > HTTP Server > Documentation > Modules

Apache Module mod_dav_fs 1o6m62

Available Languages:  ko 

Description: Filesystem provider for mod_dav
Status: Extension
Module Identifier: dav_fs_module
Source File: mod_dav_fs.c

Summary 6m2os

This module requires the service of Dav directive:

Example 5z1g6h

Dav filesystem

Since filesystem is the default provider for mod_dav, you may simply use the value On instead.

 Apache!

Directives 1a4l6m

Bugfix checklist 4i2533

See also 27136x

top

DavLockDB Directive 6v1v5r

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.

Example 5z1g6h

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 

top

Comments 2p1l6j

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our s if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our mailing lists.