summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-05-01 01:03:30 +0000
committerdgaudet <dgaudet@unknown>1997-05-01 01:03:30 +0000
commit94f43a07f6d1cf65463e9c786eda59b96bd4b856 (patch)
treeaf6c0a9fd24bc7fe46c3729dad1aca19d4b097f0
parentdd4da6a377fd9d4ad9208cf342a7477637ddc681 (diff)
downloadhttpd-94f43a07f6d1cf65463e9c786eda59b96bd4b856.tar.gz
Avoid user confusion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78077 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_access.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html
index 8d6b02fdf6..f7b4977dba 100644
--- a/docs/manual/mod/mod_access.html
+++ b/docs/manual/mod/mod_access.html
@@ -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>