]> granicus.if.org Git - apache/commitdiff
fix bogus anchors
authorAndré Malo <nd@apache.org>
Wed, 9 Oct 2002 01:40:44 +0000 (01:40 +0000)
committerAndré Malo <nd@apache.org>
Wed, 9 Oct 2002 01:40:44 +0000 (01:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97155 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_info.html.en
docs/manual/mod/mod_info.xml
docs/manual/vhosts/fd-limits.html.en
docs/manual/vhosts/fd-limits.xml

index dbebdb5c8eda138087014416af113b4ba24941ed..98bb02e9ce3307a2c599b9971f24fa1f27086fcc 100644 (file)
@@ -21,9 +21,9 @@ SetHandler server-info<br />
 </code></p></div>
 
     <p>You may wish to add a 
-    <code class="directive"><a href="../mod/core.html#&lt;limit&gt;">&lt;Limit&gt;</a></code> 
+    <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> 
     clause inside the 
-    <code class="directive"><a href="../mod/core.html#&lt;location&gt;">&lt;Location&gt;</a></code>
+    <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>
     directive to limit access to your server configuration 
     information.</p>
 
index e295776ea099e21e5c327e23529a3302766ab82d..497d794d579ce642dae7a7358488e493dcc6157c 100644 (file)
@@ -23,9 +23,9 @@ SetHandler server-info<br />
 </example>
 
     <p>You may wish to add a 
-    <directive module="core">&lt;Limit&gt;</directive> 
+    <directive type="section" module="core">Limit</directive> 
     clause inside the 
-    <directive module="core">&lt;Location&gt;</directive>
+    <directive type="section" module="core">Location</directive>
     directive to limit access to your server configuration 
     information.</p>
 
index c81c47fe89497ed8b92a1cd923df0cf510251fe4..0c688142fd7800c75bd0537a4e810e3938bc71c9 100644 (file)
@@ -38,7 +38,7 @@
 
     <ul>
       <li>Reduce the number of log files; don't specify log files
-      in the <code class="directive"><a href="../mod/core.html#&lt;virtualhost&gt;">&lt;VirtualHost&gt;</a></code>
+      in the <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>
       sections, but only log to the main log files. (See <a href="#splitlogs">Splitting up your log files</a>, below, for more
       information on doing this.)</li>
 
index fe4ec96cda4b5def2156d569ebc3dcd3c6de5fd1..88b889695541ba9e8fa9e06803290b64ec9a8a99 100644 (file)
@@ -41,7 +41,7 @@
 
     <ul>
       <li>Reduce the number of log files; don't specify log files
-      in the <directive module="core">&lt;VirtualHost&gt;</directive>
+      in the <directive type="section" module="core">VirtualHost</directive>
       sections, but only log to the main log files. (See <a
       href="#splitlogs">Splitting up your log files</a>, below, for more
       information on doing this.)</li>