You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2007/03/27 17:16:56 UTC

svn commit: r522952 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en

Author: slive
Date: Tue Mar 27 08:16:55 2007
New Revision: 522952

URL: http://svn.apache.org/viewvc?view=rev&rev=522952
Log:
Backport Order fix.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en?view=diff&rev=522952&r1=522951&r2=522952
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en Tue Mar 27 08:16:55 2007
@@ -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 <code>Allow</code> directives are evaluated; at
       least one must match, or the request is rejected. Next, all
@@ -263,7 +263,7 @@
       <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