Commit 68ae84ef authored by brian's avatar brian
Browse files

Reviewed by: Brian Behlendorf

Submitted by:	Martin Kraemer

More link surgery - I think this should be it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77274 13f79535-47bb-0310-9956-ffa450edef68
parent 760156ba
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/content-negotiation.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ supported in the CERN server for a while, and while it is not yet
supported in the NCSA server, it is likely to assume a new importance
in light of the emergence of HTML3 capable browsers. <p>

The Apache module <A HREF="mod_negotiation.html">mod_negotiation</A> handles
The Apache module <A HREF="mod/mod_negotiation.html">mod_negotiation</A> handles
content negotiation in two different ways; special treatment for the
pseudo-mime-type <code>application/x-type-map</code>, and the
MultiViews per-directory Option (which can be set in srm.conf, or in
+1 −1
Changes for docs/manual/content-negotiation.html.en: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ supported in the CERN server for a while, and while it is not yet
supported in the NCSA server, it is likely to assume a new importance
in light of the emergence of HTML3 capable browsers. <p>

The Apache module <A HREF="mod_negotiation.html">mod_negotiation</A> handles
The Apache module <A HREF="mod/mod_negotiation.html">mod_negotiation</A> handles
content negotiation in two different ways; special treatment for the
pseudo-mime-type <code>application/x-type-map</code>, and the
MultiViews per-directory Option (which can be set in srm.conf, or in
+0 −1
Changes for docs/manual/developer/API.html: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -984,4 +984,3 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url)
</pre>
<!--#include virtual="footer.html" -->
</body></html>
+1 −1
Changes for docs/manual/invoking.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ The filename may be overridden with the
However, these conventions need not be adhered to.
<p>
The server also reads a file containing mime document types; the filename
is set by the <A HREF="mod_mime.html#typesconfig">TypesConfig</A> directive,
is set by the <A HREF="mod/mod_mime.html#typesconfig">TypesConfig</A> directive,
and is <code>conf/mime.types</code> by default.

<h2>Log files</h2>
+1 −1
Changes for docs/manual/invoking.html.en: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ The filename may be overridden with the
However, these conventions need not be adhered to.
<p>
The server also reads a file containing mime document types; the filename
is set by the <A HREF="mod_mime.html#typesconfig">TypesConfig</A> directive,
is set by the <A HREF="mod/mod_mime.html#typesconfig">TypesConfig</A> directive,
and is <code>conf/mime.types</code> by default.

<h2>Log files</h2>
Loading