]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport Order fix.
authorJoshua Slive <slive@apache.org>
Tue, 27 Mar 2007 15:16:55 +0000 (15:16 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 27 Mar 2007 15:16:55 +0000 (15:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@522952 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_access.html.en

index ee728712d0a530603c0f1fc74f0d52989c3dd1a4..eeb70dd7395dd748494dd0d06027848dada2859c 100644 (file)
@@ -254,7 +254,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
     <p><em>Ordering</em> is one of:</p>
 
     <dl>
-      <dt><code>Deny,Allow</code></dt>
+      <dt><code>Allow,Deny</code></dt>
 
       <dd>First, all <code>Allow</code> 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
       <code>Allow</code> or a <code>Deny</code> directive are denied by
       default.</dd>
 
-      <dt><code>Allow,Deny</code></dt>
+      <dt><code>Deny,Allow</code></dt>
 
       <dd>First, all <code>Deny</code> directives are evaluated; if any
       match, the request is denied <strong>unless</strong> it also