From 94f43a07f6d1cf65463e9c786eda59b96bd4b856 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Thu, 1 May 1997 01:03:30 +0000 Subject: [PATCH] Avoid user confusion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78077 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_access.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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
-- 2.50.1