]> granicus.if.org Git - apache/commitdiff
Docs transform.
authorJoshua Slive <slive@apache.org>
Tue, 27 Mar 2007 15:05:37 +0000 (15:05 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 27 Mar 2007 15:05:37 +0000 (15:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522943 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_access_compat.html.en

index c33cf95b1ef7d22c10c9f06b5643345b9afc99cc..6ed78afdbf87bd3e070c9176fc276c32a8124355 100644 (file)
@@ -262,7 +262,7 @@ evaluated.</td></tr>
     <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 class="directive"><a href="#allow">Allow</a></code> directives are
       evaluated; at least one must match, or the request is rejected.
@@ -271,7 +271,7 @@ evaluated.</td></tr>
       Last, any requests which do not match an <code class="directive"><a href="#allow">Allow</a></code> or a <code class="directive"><a href="#deny">Deny</a></code> directive are denied
       by default.</dd>
 
-      <dt><code>Allow,Deny</code></dt>
+      <dt><code>Deny,Allow</code></dt>
 
       <dd>First, all <code class="directive"><a href="#deny">Deny</a></code> directives are
       evaluated; if any match, the request is denied