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/07/31 21:03:25 UTC

svn commit: r561438 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: mod_access.html.en mod_access.xml

Author: slive
Date: Tue Jul 31 12:03:23 2007
New Revision: 561438

URL: http://svn.apache.org/viewvc?view=rev&rev=561438
Log:
Fix backward definition.

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en?view=diff&rev=561438&r1=561437&r2=561438
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en Tue Jul 31 12:03:23 2007
@@ -251,7 +251,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 class="directive"><a href="#allow">Allow</a></code>
       directives are evaluated; at least one must match, or the request
@@ -261,7 +261,7 @@
       <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

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.xml?view=diff&rev=561438&r1=561437&r2=561438
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.xml Tue Jul 31 12:03:23 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 <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