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
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
</pre>
<!--#include virtual="footer.html" -->
</body></html>
-
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>
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>
<p>The <Location> directive provides for access control by
URL. It is comparable to the <a
-href="../core.html#directory"><Directory></a> directive, and
+href="mod/core.html#directory"><Directory></a> directive, and
should be matched with a </Location> directive. Directives that
apply to the URL given should be listen
within. <code><Location></code> sections are processed in the
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:
</pre>
<!--#include virtual="footer.html" -->
</body></html>
-
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>
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>
<!--#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>