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"