From: dgaudet Date: Thu, 1 May 1997 01:03:30 +0000 (+0000) Subject: Avoid user confusion. X-Git-Tag: APACHE_1_2b11~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f43a07f6d1cf65463e9c786eda59b96bd4b856;p=apache Avoid user confusion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78077 13f79535-47bb-0310-9956-ffa450edef68 --- 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.) -Example: +Note that in all cases every allow and deny +statement is evaluated, there is no "short-circuiting". + +

Example:

order deny,allow
deny from all