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:12:46 UTC

svn commit: r522950 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_authz_host.html.en mod_authz_host.xml

Author: slive
Date: Tue Mar 27 08:12:45 2007
New Revision: 522950

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

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.html.en?view=diff&rev=522950&r1=522949&r2=522950
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.html.en Tue Mar 27 08:12:45 2007
@@ -249,7 +249,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 is rejected.
@@ -258,7 +258,7 @@
       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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml?view=diff&rev=522950&r1=522949&r2=522950
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml Tue Mar 27 08:12:45 2007
@@ -252,7 +252,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_authz_host">Allow</directive> directives are
@@ -264,7 +264,7 @@
       module="mod_authz_host">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_authz_host">Deny</directive>
       directives are evaluated; if any match, the request is denied