Commit 3324dfbf authored by Joshua Slive's avatar Joshua Slive
Browse files

Backport Order fix.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@522952 13f79535-47bb-0310-9956-ffa450edef68
parent ba7a6947
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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