]> granicus.if.org Git - apache/commitdiff
Avoid user confusion.
authordgaudet <dgaudet@unknown>
Thu, 1 May 1997 01:03:30 +0000 (01:03 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 1 May 1997 01:03:30 +0000 (01:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78077 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_access.html

index 8d6b02fdf6e034edea0262bac9f6b71ad1298b2e..f7b4977dba60d8c2197ea2690857bcef75f749c7 100644 (file)
@@ -151,7 +151,10 @@ initial state is FORBIDDEN.)
 on the deny list are granted access.  (The initial state is irrelevant.)
 </dl>
 
-Example:
+Note that in all cases every <code>allow</code> and <code>deny</code>
+statement is evaluated, there is no &quot;short-circuiting&quot;.
+
+<p>Example:
 <blockquote><code>
 order deny,allow<br>
 deny from all<br>