You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@apache.org on 2007/06/29 22:20:04 UTC

svn commit: r552021 - in /httpd/httpd/trunk/docs/manual/mod: mod_access_compat.html.en mod_access_compat.xml

Author: pctony
Date: Fri Jun 29 13:20:01 2007
New Revision: 552021

URL: http://svn.apache.org/viewvc?view=rev&rev=552021
Log:
PR 42114 : Patch originally submitted by Takashi Sato

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en?view=diff&rev=552021&r1=552020&r2=552021
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en Fri Jun 29 13:20:01 2007
@@ -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 @@
 
     <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 @@
 </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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml?view=diff&rev=552021&r1=552020&r2=552021
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml Fri Jun 29 13:20:01 2007
@@ -54,7 +54,7 @@
 
     <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>