summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/content-negotiation.html2
-rw-r--r--docs/manual/content-negotiation.html.en2
-rw-r--r--docs/manual/developer/API.html1
-rw-r--r--docs/manual/invoking.html2
-rw-r--r--docs/manual/invoking.html.en2
-rw-r--r--docs/manual/location.html4
-rw-r--r--docs/manual/misc/API.html1
-rw-r--r--docs/manual/mod/core.html2
-rw-r--r--docs/manual/mod/mod_cern_meta.html2
-rw-r--r--docs/manual/mod/mod_imap.html17
10 files changed, 15 insertions, 20 deletions
diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html
index 6c589a9efb..4947e3a6a6 100644
--- a/docs/manual/content-negotiation.html
+++ b/docs/manual/content-negotiation.html
@@ -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
diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en
index 6c589a9efb..4947e3a6a6 100644
--- a/docs/manual/content-negotiation.html.en
+++ b/docs/manual/content-negotiation.html.en
@@ -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
diff --git a/docs/manual/developer/API.html b/docs/manual/developer/API.html
index cf58146e3f..7bb98773ed 100644
--- a/docs/manual/developer/API.html
+++ b/docs/manual/developer/API.html
@@ -984,4 +984,3 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url)
</pre>
<!--#include virtual="footer.html" -->
</body></html>
-
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html
index 73c570016a..4a594d3577 100644
--- a/docs/manual/invoking.html
+++ b/docs/manual/invoking.html
@@ -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>
diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en
index 73c570016a..4a594d3577 100644
--- a/docs/manual/invoking.html.en
+++ b/docs/manual/invoking.html.en
@@ -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>
diff --git a/docs/manual/location.html b/docs/manual/location.html
index b4da28da01..36e5944c0a 100644
--- a/docs/manual/location.html
+++ b/docs/manual/location.html
@@ -16,7 +16,7 @@
<p>The &lt;Location&gt; directive provides for access control by
URL. It is comparable to the <a
-href="../core.html#directory">&lt;Directory&gt;</a> directive, and
+href="mod/core.html#directory">&lt;Directory&gt;</a> directive, and
should be matched with a &lt;/Location&gt; directive. Directives that
apply to the URL given should be listen
within. <code>&lt;Location&gt;</code> sections are processed in the
@@ -33,7 +33,7 @@ string, `?' matches any single character, and `*' matches any
sequences of characters.
<p>This functionality is especially useful when combined with the
-<code><a href="../mod_mime.html#sethandler">SetHandler</a></code>
+<code><a href="mod/mod_mime.html#sethandler">SetHandler</a></code>
directive. For example, to enable status requests, but allow them only
from browsers at foo.com, you might use:
diff --git a/docs/manual/misc/API.html b/docs/manual/misc/API.html
index cf58146e3f..7bb98773ed 100644
--- a/docs/manual/misc/API.html
+++ b/docs/manual/misc/API.html
@@ -984,4 +984,3 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url)
</pre>
<!--#include virtual="footer.html" -->
</body></html>
-
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index 7fc74891a7..ba39c16782 100644
--- a/docs/manual/mod/core.html
+++ b/docs/manual/mod/core.html
@@ -541,7 +541,7 @@ server resources. Set this to <code>0</code> to disable support.
The number of seconds Apache will wait for a subsequent request before
closing the connection. Once a request has been received, the timeout
value specified by the <a
-href="../core.html#timeout"><code>Timeout</code></a> directive
+href="#timeout"><code>Timeout</code></a> directive
applies.
<hr>
diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html
index 25c030e4ad..7210717722 100644
--- a/docs/manual/mod/mod_cern_meta.html
+++ b/docs/manual/mod/mod_cern_meta.html
@@ -24,7 +24,7 @@ chosen because there is already a large number of CERN users
who can exploit this module.
<p>More information on the
-<a href="http://www.w3.org/hypertext/WWW/Daemon/User/Config/General.html#MetaDir
+<a href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir
">CERN metafile semantics</a> is available.
<h2>Directives</h2>
diff --git a/docs/manual/mod/mod_imap.html b/docs/manual/mod/mod_imap.html
index 50ae2b299b..e3f0e46f56 100644
--- a/docs/manual/mod/mod_imap.html
+++ b/docs/manual/mod/mod_imap.html
@@ -8,16 +8,13 @@
<!--#include virtual="header.html" -->
<h1>Module mod_imap</h1>
-This module is contained in the <code>mod_imap.c</code> file, and
-is compiled in by default. It provides for <code>.map</code> files,
-replacing the functionality of the <code>imagemap</code> CGI program. Any
-directory or document type configured to use the handler <code>imap-file</code>
-(using either <code><A
-HREF="http://www.apache.org/docs/mod_mime.html#addhandler">AddHandler</A>
-</code> or <code><A
-HREF="http://www.apache.org/docs/mod_mime.html#sethandler">SetHandler</A></code>)
-
-will be
+This module is contained in the <code>mod_imap.c</code> file, and is
+compiled in by default. It provides for <code>.map</code> files,
+replacing the functionality of the <code>imagemap</code> CGI
+program. Any directory or document type configured to use the handler
+<code>imap-file</code> (using either <code><A
+HREF="mod_mime.html#addhandler">AddHandler</A> </code> or <code><A
+HREF="mod_mime.html#sethandler">SetHandler</A></code>) will be
processed by this module.
<h2>Summary</h2>