]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed as per PR 42096
authorTony Stevenson <pctony@apache.org>
Thu, 26 Jul 2007 21:28:16 +0000 (21:28 +0000)
committerTony Stevenson <pctony@apache.org>
Thu, 26 Jul 2007 21:28:16 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559990 13f79535-47bb-0310-9956-ffa450edef68

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

index 6bce5a864c63341e228db12bc7e982563055b6c9..92baad9daa018a701725c2abeb5625adaf0baa41 100644 (file)
@@ -23,7 +23,7 @@
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../de/mod/core.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/core.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+<a href="../ja/mod/core.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>Core Apache HTTP Server features that are always
 available</td></tr>
@@ -2635,6 +2635,7 @@ later</td></tr>
 
     <div class="example"><p><code>
       Require valid-user<br />
+      Order allow,deny<br />
       Allow from 192.168.1<br />
       Satisfy Any
     </code></p></div>
@@ -3388,7 +3389,7 @@ hostname or IP address</td></tr>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../de/mod/core.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/core.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+<a href="../ja/mod/core.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 2e243ca0cc070fba6cc380457bd1809541ea0925..9a43d33542b6e0af3386a1fd759784bf878d2a80 100644 (file)
@@ -2625,6 +2625,7 @@ later</compatibility>
 
     <example>
       Require valid-user<br />
+      Order allow,deny<br />
       Allow from 192.168.1<br />
       Satisfy Any
     </example>