From: Rich Bowen
Date: Thu, 2 Apr 2026 15:06:29 +0000 (+0000)
Subject: Addresses bz66652. Comment now corresponds to the example.
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=482f3e6f8e345bb234f8f87dbbaf3c74ca0d538a;p=thirdparty%2Fapache%2Fhttpd.git
Addresses bz66652. Comment now corresponds to the example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932739 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml
index c7de84f784..7f95512abe 100644
--- a/docs/manual/mod/mod_dav.xml
+++ b/docs/manual/mod/mod_dav.xml
@@ -53,10 +53,13 @@ Dav On
must be compiled into the server or loaded at runtime using the
LoadModule directive.
- You may wish to add a Limit clause inside the Location directive to limit access to
- DAV-enabled locations. If you want to set the maximum amount of
+
In the example below, RequireAny is used to ensure that
+ DAV-specific methods (i.e., methods other than GET,
+ POST and OPTIONS) are limited to the
+ authenticated user.
+
+ If you want to set the maximum amount of
bytes that a DAV client can send at one request, you have to use
the LimitXMLRequestBody
directive. The "normal"