Commit ccb45dcb authored by brian's avatar brian
Browse files

various link surgery


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77250 13f79535-47bb-0310-9956-ffa450edef68
parent 5381f941
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/core.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -559,7 +559,7 @@ interfaces, but only on the port given by the <a href="#port">Port</a>
directive.</p>

<p><strong>See Also</strong>:
<a href="bind.html">Setting which addresses and ports Apache uses</a></p>
<a href="../bind.html">Setting which addresses and ports Apache uses</a></p>
<hr>

<A name="limit"><h2>&lt;Limit&gt; directive</h2></A>
+1 −1
Changes for docs/manual/mod/mod_auth_dbm.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

This module is contained in the <code>mod_auth_dbm.c</code> file, and
is not compiled in by default. It provides for user authentication using
DBM files. See the <A HREF="auth_dbm.html">DBM user documentation</a>.
DBM files. 


<menu>
+1 −1
Changes for docs/manual/mod/mod_mime.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ media type.</p>
<p>When placed into an <code>.htaccess</code> file or a
<code>&lt;Directory&gt;</code> or <code>&lt;Location</code> section,
this directive forces all matching files to be parsed through the
<a href="handler.html">handler</a>
<a href="../handler.html">handler</a>
given by <em>handler-name</em>. For example, if you had a
directory you wanted to be parsed entirely as imagemap rule files,
regardless of extension, you might put the following into an