From: Joshua Slive Date: Tue, 27 Mar 2007 15:16:55 +0000 (+0000) Subject: Backport Order fix. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=431945d5144a54cf9909ee084699e30b62f8260b;p=thirdparty%2Fapache%2Fhttpd.git Backport Order fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@522952 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/mod_access.html.en b/htdocs/manual/mod/mod_access.html.en index ee728712d0a..eeb70dd7395 100644 --- a/htdocs/manual/mod/mod_access.html.en +++ b/htdocs/manual/mod/mod_access.html.en @@ -254,7 +254,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in

Ordering is one of:

-
Deny,Allow
+
Allow,Deny
First, all Allow directives are evaluated; at least one must match, or the request is rejected. Next, all @@ -263,7 +263,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in Allow or a Deny directive are denied by default.
-
Allow,Deny
+
Deny,Allow
First, all Deny directives are evaluated; if any match, the request is denied unless it also