]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Addresses bz66652. Comment now corresponds to the example.
authorRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 15:06:29 +0000 (15:06 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 15:06:29 +0000 (15:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932739 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dav.xml

index c7de84f7848b37018194cfed1354b632167e843e..7f95512abed48db4a64dd7b1e91a874519c9bac3 100644 (file)
@@ -53,10 +53,13 @@ Dav On
     must be compiled into the server or loaded at runtime using the
     <directive module="mod_so">LoadModule</directive> directive.</p>
 
-    <p>You may wish to add a <directive module="core" type="section"
-    >Limit</directive> clause inside the <directive module="core"
-    type="section">Location</directive> directive to limit access to
-    DAV-enabled locations. If you want to set the maximum amount of
+    <p>In the example below, <directive module="mod_authz_core" 
+    type="section">RequireAny</directive> is used to ensure that
+    DAV-specific methods (i.e., methods other than <code>GET</code>,
+    <code>POST</code> and <code>OPTIONS</code>) are limited to the
+    authenticated user.</p>
+
+    <p>If you want to set the maximum amount of
     bytes that a DAV client can send at one request, you have to use
     the <directive module="core">LimitXMLRequestBody</directive>
     directive. The "normal" <directive module="core"