From: Joe Orton
Date: Fri, 9 Feb 2024 10:06:38 +0000 (+0000)
Subject: docs: mod_dav: Remove references to DavLockDB being required
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834583e16f3c82b84cefb95661f0d3b485631707;p=thirdparty%2Fapache%2Fhttpd.git
docs: mod_dav: Remove references to DavLockDB being required
since it's not true for trunk mod_dav_fs; refresh seealso.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915685 13f79535-47bb-0310-9956-ffa450edef68
---
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