]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#17239 - mention the logical relation of multiple "Require" statement.
authorEric Covener <covener@apache.org>
Thu, 4 Nov 2010 15:29:16 +0000 (15:29 +0000)
committerEric Covener <covener@apache.org>
Thu, 4 Nov 2010 15:29:16 +0000 (15:29 +0000)
Not required in trunk where we have the new authz containers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031032 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 428e68ab949a45e5e6e3bbe199681aef51b359a5..2b784469d196d675e57082af0b4a8d02a516b45a 100644 (file)
@@ -2493,7 +2493,9 @@ a resource</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
 </table>
     <p>This directive selects which authenticated users can access a
-    resource.  The restrictions are processed by authorization
+    resource.  Multipe instances of this directive are combined with a logical
+    "OR", such that a user matching any <code class="directive">Require </code>line is 
+    granted access.  The restrictions are processed by authorization
     modules.  Some of the allowed syntaxes provided by
     <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code> and
     <code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code> are:</p>
index afc7fb372443eaf836fca836333db884baedfc1c..7abdd0545a9c680a1504dd074cb395911f2d25ad 100644 (file)
@@ -2488,7 +2488,9 @@ a resource</description>
 
 <usage>
     <p>This directive selects which authenticated users can access a
-    resource.  The restrictions are processed by authorization
+    resource.  Multipe instances of this directive are combined with a logical
+    "OR", such that a user matching any <directive>Require </directive>line is 
+    granted access.  The restrictions are processed by authorization
     modules.  Some of the allowed syntaxes provided by
     <module>mod_authz_user</module> and
     <module>mod_authz_groupfile</module> are:</p>