diff --git a/changes-entries/davlockdbtype.txt b/changes-entries/davlockdbtype.txt new file mode 100644 index 00000000000..d83fd333745 --- /dev/null +++ b/changes-entries/davlockdbtype.txt @@ -0,0 +1 @@ + *) mod_dav_fs: Add DavLockDBType directive. [Joe Orton] diff --git a/docs/manual/mod/mod_dav_fs.xml b/docs/manual/mod/mod_dav_fs.xml index 9d21462d118..f6c94f60e5d 100644 --- a/docs/manual/mod/mod_dav_fs.xml +++ b/docs/manual/mod/mod_dav_fs.xml @@ -58,11 +58,12 @@

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 ServerRoot. The implementation of - mod_dav_fs uses a SDBM database to track user - locks.

+ mod_dav_fs uses a database to track user + locks. The type of database file can be changed using + DavLockDBType.