please backport r522942 to 2.0

r522942
http://svn.apache.org/viewvc?view=rev&revision=522942
Index: mod/mod_access.xml
===================================================================
--- mod/mod_access.xml  (revision 550819)
+++ mod/mod_access.xml  (working copy)
@@ -254,7 +254,7 @@
     <p><em>Ordering</em> is one of:</p>
 
     <dl>
-      <dt><code>Deny,Allow</code></dt>
+      <dt><code>Allow,Deny</code></dt>
 
       <dd>First, all <directive module="mod_access">Allow</directive>
       directives are evaluated; at least one must match, or the request
@@ -265,7 +265,7 @@
       <directive module="mod_access">Deny</directive> directive are
       denied by default.</dd>
 
-      <dt><code>Allow,Deny</code></dt>
+      <dt><code>Deny,Allow</code></dt>
 
       <dd>First, all <directive module="mod_access">Deny</directive>
       directives are evaluated; if any match, the request is denied

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to