]> granicus.if.org Git - apache/commitdiff
Patch from Takashi Sato. Cheers.
authorTony Stevenson <pctony@apache.org>
Tue, 8 Apr 2008 12:48:43 +0000 (12:48 +0000)
committerTony Stevenson <pctony@apache.org>
Tue, 8 Apr 2008 12:48:43 +0000 (12:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645883 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_access_compat.html.en
docs/manual/mod/mod_access_compat.xml

index 033b8dc29e85de1218d2d901083a274d06d3ea6f..79178d8722bb4bb14c3a022836a04e320f55af76 100644 (file)
@@ -282,7 +282,7 @@ evaluated.</td></tr>
 
       <dt><code>Mutual-failure</code></dt>
 
-      <dd>This order has the same effect as <code class="directive">Order
+      <dd>This order has the same effect as <code>Order
       Allow,Deny</code> and is deprecated in its favor.</dd>
     </dl>
 
@@ -390,7 +390,7 @@ user authentication</td></tr>
 <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Influenced by <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> and <code class="directive"><a href="../mod/core.html#limitexcept">&lt;LimitExcept&gt;</a></code> in version 2.0.51 and
 later</td></tr>
 </table>
-    <p>Access policy if both <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> used. The parameter can be
+    <p>Access policy if both <code class="directive"><a href="#allow">Allow</a></code> and <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> used. The parameter can be
     either <code>All</code> or <code>Any</code>. This directive is only
     useful if access to a particular area is being restricted by both
     username/password <em>and</em> client host address. In this case
index f5cdeb354c2584e5a0cd19c6f2b0cc6fbe50d2f5..2d574d78babbc3f14bdaa59a2d52714c9fedcc03 100644 (file)
@@ -292,8 +292,8 @@ evaluated.</description>
 
       <dt><code>Mutual-failure</code></dt>
 
-      <dd>This order has the same effect as <directive>Order
-      Allow,Deny</directive> and is deprecated in its favor.</dd>
+      <dd>This order has the same effect as <code>Order
+      Allow,Deny</code> and is deprecated in its favor.</dd>
     </dl>
 
     <p>Keywords may only be separated by a comma; <em>no whitespace</em>
@@ -408,7 +408,7 @@ later</compatibility>
 
 <usage>
     <p>Access policy if both <directive
-    module="mod_authz_host">Allow</directive> and <directive
+    module="mod_access_compat">Allow</directive> and <directive
     module="mod_authz_core">Require</directive> used. The parameter can be
     either <code>All</code> or <code>Any</code>. This directive is only
     useful if access to a particular area is being restricted by both