Commit 729539fa authored by dgaudet's avatar dgaudet
Browse files

Avoid user confusion.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78077 13f79535-47bb-0310-9956-ffa450edef68
parent 401e5c7d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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>