diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml
index cd4c057dfbd..e4ee64f6bea 100644
--- a/docs/manual/mod/mod_dav.xml
+++ b/docs/manual/mod/mod_dav.xml
@@ -37,9 +37,8 @@
copying, and deleting resources and collections on a remote web
server.
-DavLockDB
+mod_dav_fs
LimitXMLRequestBody
-WebDAV Resources
Enabling WebDAV
To enable mod_dav, add the following to a
@@ -54,20 +53,6 @@ Dav On
must be compiled into the server or loaded at runtime using the
LoadModule directive.
- In addition, a location for the DAV lock database must be
- specified in the global section of your httpd.conf
- file using the DavLockDB
- directive:
-
-
- DavLockDB "/usr/local/apache2/var/DavLock"
-
-
- The directory containing the lock database file must be
- writable by the User
- and Group under which
- Apache is running.
-
You may wish to add a Limit clause inside the Location directive to limit access to
@@ -80,8 +65,6 @@ Dav On
Full Example
-DavLockDB "/usr/local/apache2/var/DavLock"
-
<Directory "/usr/local/apache2/htdocs/foo">
Require all granted
Dav On