]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix broken links
authorAndré Malo <nd@apache.org>
Sat, 10 May 2003 00:31:17 +0000 (00:31 +0000)
committerAndré Malo <nd@apache.org>
Sat, 10 May 2003 00:31:17 +0000 (00:31 +0000)
Submitted by: kajaa <kajaa@eastday.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99751 13f79535-47bb-0310-9956-ffa450edef68

docs/man/dbmmanage.1
docs/manual/misc/perf-tuning.html.en
docs/manual/misc/perf-tuning.xml
docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.xml
docs/manual/platform/ebcdic.html.en
docs/manual/platform/ebcdic.xml
docs/manual/programs/dbmmanage.html.en
docs/manual/programs/dbmmanage.xml

index 555f955d1e0cd7ff3c2f1e431f60a794b9f0897e..46d4d8418416dbee6ee76127924225f9adb28e8f 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "DBMMANAGE" 1 "2003-04-30" "Apache HTTP Server" "dbmmanage"
+.TH "DBMMANAGE" 1 "2003-05-10" "Apache HTTP Server" "dbmmanage"
 
 .SH NAME
 dbmmanage \- Manage user authentication files in DBM format
index 4e7cdf304f597b16cffd8687d92814c99923dbb2..7595ce4f6e157f83031e23e1bbd3eafbfa507296 100644 (file)
       server machine, in order that this activity not adversely affect
       server performance.</p>
 
-      <p>If you use any <code><code class="directive"><a href="../mod/access.html#allow">Allow</a></code> 
-      from domain</code> or <code><code class="directive"><a href="../mod/access.html#deny">Deny</a></code> from domain</code> 
+      <p>If you use any <code><code class="directive"><a href="../mod/mod_access.html#allow">Allow</a></code> 
+      from domain</code> or <code><code class="directive"><a href="../mod/mod_access.html#deny">Deny</a></code> from domain</code> 
       directives (i.e., using a hostname, or a domain name, rather than
       an IP address) then you will pay for
       a double reverse DNS lookup (a reverse, followed by a forward
         <p>Since memory usage is such an important consideration in
         performance, you should attempt to eliminate modules that youare
         not actually using. If you have built the modules as <a href="../dso.html">DSOs</a>, eliminating modules is a simple
-        matter of commenting out the associated <code class="directive"><a href="../mod/so.html#loadmodule">LoadModule</a></code> directive for that module.
+        matter of commenting out the associated <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive for that module.
         This allows you to experiment with removing modules, and seeing
         if your site still functions in their absense.</p>
 
index fd27d30da5f5b3e8671a85dbc3b6043994f01736..cced9756d1cc824bc641756c357a31abe319021f 100644 (file)
       server machine, in order that this activity not adversely affect
       server performance.</p>
 
-      <p>If you use any <code><directive module="access">Allow</directive> 
+      <p>If you use any <code><directive module="mod_access">Allow</directive> 
       from domain</code> or <code><directive 
-      module="access">Deny</directive> from domain</code> 
+      module="mod_access">Deny</directive> from domain</code> 
       directives (i.e., using a hostname, or a domain name, rather than
       an IP address) then you will pay for
       a double reverse DNS lookup (a reverse, followed by a forward
         not actually using. If you have built the modules as <a
         href="../dso.html">DSOs</a>, eliminating modules is a simple
         matter of commenting out the associated <directive
-        module="so">LoadModule</directive> directive for that module.
+        module="mod_so">LoadModule</directive> directive for that module.
         This allows you to experiment with removing modules, and seeing
         if your site still functions in their absense.</p>
 
index 258b76fafb9e3252248de291fe083b92ab09d142..09aabbab0f65a50f57e953d9561fdc693196e041 100644 (file)
     they will apply.)</p>
 
     <p>In particular, if you are creating an <code>Alias</code> to a
-    directory outside of your <code class="directive"><a href="../mod/code.html#documentroot">DocumentRoot</a></code>, you may need to explicitly
+    directory outside of your <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>, you may need to explicitly
     permit access to the target directory.</p>
 
     <div class="example"><h3>Example:</h3><p><code>
index 4bfd26eaa766e666992fa9da94caa3aa38d1b233..ef94462dd69219fbda75369a5250a3cde23d7ec0 100644 (file)
@@ -72,7 +72,7 @@ href="../urlmapping.html">Mapping URLs to the filesystem</a></seealso>
 
     <p>In particular, if you are creating an <code>Alias</code> to a
     directory outside of your <directive
-    module="code">DocumentRoot</directive>, you may need to explicitly
+    module="core">DocumentRoot</directive>, you may need to explicitly
     permit access to the target directory.</p>
 
     <example><title>Example:</title>
index 27a478fa537c17e750ff5da3bf4fd2d56a08b025..14b8ead98d0978b59b680746ab216ac38c8b7ac7 100644 (file)
       </tr>
 
       <tr>
-        <td><code class="module"><a href="../mod/mod_digest.html">mod_digest</a></code></td>
+        <td><code>mod_digest</code></td>
         <td class="centered">+</td>
         <td />
       </tr>
       </tr>
 
       <tr>
-        <td><code class="module"><a href="../mod/mod_log_agent.html">mod_log_agent</a></code></td>
+        <td><code>mod_log_agent</code></td>
         <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></td>
+        <td><code>mod_log_config</code></td>
         <td class="centered">+</td>
         <td />
       </tr>
index 1e0a4572f7106a257b60c4637351f300a89fb317..07f515253582e10944b4a1769eb79cf9272b1b8b 100644 (file)
       </tr>
 
       <tr>
-        <td><module>mod_digest</module></td>
+        <td><code>mod_digest</code></td>
         <td class="centered">+</td>
         <td></td>
       </tr>
       </tr>
 
       <tr>
-        <td><module>mod_log_agent</module></td>
+        <td><code>mod_log_agent</code></td>
         <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td><module>mod_log_config</module></td>
+        <td><code>mod_log_config</code></td>
         <td class="centered">+</td>
         <td></td>
       </tr>
index ed5d2b7375abca051bae68a3671def63576e575f..56da070ccca72ac8376cdd5f8df372958073cbd2 100644 (file)
@@ -36,7 +36,7 @@
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#bugs">Bugs</a></li>
-</ul><h3>See also</h3><ul class="seealso"><li><a href="httpd.html">httpd</a></li><li><code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code></li><li><code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code></li></ul></div>
+</ul><h3>See also</h3><ul class="seealso"><li><a href="httpd.html">httpd</a></li><li><code class="module"><a href="../mod/mod_auth_dbm.html">mod_auth_dbm</a></code></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
index 26dae9be901d5c1f45321ca030654c625e9ce375..3c78229afdeae78b29ba7f15f02d641976b6dc21 100644 (file)
@@ -21,8 +21,7 @@
     href="http://httpd.apache.org/">http://httpd.apache.org/</a>.</p>
 </summary>
 <seealso><a href="httpd.html">httpd</a></seealso>
-<seealso><module>mod_authn_dbm</module></seealso>
-<seealso><module>mod_authz_dbm</module></seealso>
+<seealso><module>mod_auth_dbm</module></seealso>
 
 <section id="synopsis"><title>Synopsis</title>
     <p><code><strong>dbmmanage</strong> [ <var>encoding</var> ]