PR 42114 : Patch originally submitted by Takashi Sato
authorTony Stevenson <pctony@apache.org>
Fri, 29 Jun 2007 20:20:01 +0000 (20:20 +0000)
committerTony Stevenson <pctony@apache.org>
Fri, 29 Jun 2007 20:20:01 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@552021 13f79535-47bb-0310-9956-ffa450edef68

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

index 7dfa7ec2b1105e816e16ea67d57b782c71fbbdc6..1eb7aa343d974c70f5cf700395911f63d03cfa38 100644 (file)
@@ -22,7 +22,7 @@
 <div id="preamble"><h1>Apache Module mod_access_compat</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_access_compat.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/mod_access_compat.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+<a href="../ja/mod/mod_access_compat.html" hreflang="ja" rel="alternate" title="">&nbsp;ja&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Group authorizations based on host (name or IP
 address)</td></tr>
@@ -51,7 +51,7 @@ have been deprecated by the new authz refactoring.  Please see
 
     <p>Both host-based access restrictions and password-based
     authentication may be implemented simultaneously. In that case,
-    the <code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code> directive is used
+    the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive is used
     to determine how the two sets of restrictions interact.</p>
 
     <div class="warning"><h3>Note</h3>
@@ -425,7 +425,7 @@ later</td></tr>
 </div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_access_compat.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/mod_access_compat.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+<a href="../ja/mod/mod_access_compat.html" hreflang="ja" rel="alternate" title="">&nbsp;ja&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
index ac8f7d9e4b9e712f77006b7873ba568a1c59013c..f5cdeb354c2584e5a0cd19c6f2b0cc6fbe50d2f5 100644 (file)
@@ -54,7 +54,7 @@ have been deprecated by the new authz refactoring.  Please see
 
     <p>Both host-based access restrictions and password-based
     authentication may be implemented simultaneously. In that case,
-    the <directive module="core">Satisfy</directive> directive is used
+    the <directive module="mod_access_compat">Satisfy</directive> directive is used
     to determine how the two sets of restrictions interact.</p>
 
     <note type="warning"><title>Note</title>