<ul>
<li><strong>send-as-is</strong>:
Send file with HTTP headers as is.
- (<a href="mod_asis.html">mod_asis</a>)
+ (<a href="mod/mod_asis.html">mod_asis</a>)
<li><strong>cgi-script</strong>:
Treat the file as a CGI script.
- (<a href="mod_cgi.html">mod_cgi</a>)
+ (<a href="mod/mod_cgi.html">mod_cgi</a>)
<li><strong>imap-file</strong>:
Imagemap rule file.
- (<a href="mod_imap.html">mod_imap</a>)
+ (<a href="mod/mod_imap.html">mod_imap</a>)
<li><strong>server-info</strong>:
Get the server's configuration information
- (<a href="mod_info.html">mod_info</a>)
+ (<a href="mod/mod_info.html">mod_info</a>)
<li><strong>server-parsed</strong>:
Parse for server-side includes
- (<a href="mod_include.html">mod_include</a>)
+ (<a href="mod/mod_include.html">mod_include</a>)
<li><strong>server-status</strong>:
Get the server's status report
- (<a href="mod_status.html">mod_status</a>)
+ (<a href="mod/mod_status.html">mod_status</a>)
<li><strong>type-map</strong>:
Parse as a type map file for content negotiation
- (<a href="mod_negotiation.html">mod_negotiation</a>)
+ (<a href="mod/mod_negotiation.html">mod_negotiation</a>)
</ul>
<p>
<ul>
<li><strong>send-as-is</strong>:
Send file with HTTP headers as is.
- (<a href="mod_asis.html">mod_asis</a>)
+ (<a href="mod/mod_asis.html">mod_asis</a>)
<li><strong>cgi-script</strong>:
Treat the file as a CGI script.
- (<a href="mod_cgi.html">mod_cgi</a>)
+ (<a href="mod/mod_cgi.html">mod_cgi</a>)
<li><strong>imap-file</strong>:
Imagemap rule file.
- (<a href="mod_imap.html">mod_imap</a>)
+ (<a href="mod/mod_imap.html">mod_imap</a>)
<li><strong>server-info</strong>:
Get the server's configuration information
- (<a href="mod_info.html">mod_info</a>)
+ (<a href="mod/mod_info.html">mod_info</a>)
<li><strong>server-parsed</strong>:
Parse for server-side includes
- (<a href="mod_include.html">mod_include</a>)
+ (<a href="mod/mod_include.html">mod_include</a>)
<li><strong>server-status</strong>:
Get the server's status report
- (<a href="mod_status.html">mod_status</a>)
+ (<a href="mod/mod_status.html">mod_status</a>)
<li><strong>type-map</strong>:
Parse as a type map file for content negotiation
- (<a href="mod_negotiation.html">mod_negotiation</a>)
+ (<a href="mod/mod_negotiation.html">mod_negotiation</a>)
</ul>
<p>
WWW servers. When bugs do show up, we release patches and new
versions, as soon as they are available.</a>
-<P>See <A HREF="../info/apache_users.html">http://www.apache.org/info/apache_users.html</A> for an incomplete list of sites running Apache.</P>
+<P>See <A HREF="http://www.apache.org/info/apache_users.html">http://www.apache.org/info/apache_users.html</A> for an incomplete list of sites running Apache.</P>
<hr>
specified. <p>
This option can be used as an alternative method for supporting
-<A HREF="virtual-host.html">virtual hosts</A> instead of using
+<A HREF="../virtual-host.html">virtual hosts</A> instead of using
<A HREF="#virtualhost"><VirtualHost></A> sections.<p><hr>
<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>
<A name="defaulttype"><h2>DefaultType directive</h2></A>
<!--%plaintext <?INDEX {\tt DefaultType} directive> -->
ErrorDocument 403 "Sorry can't allow you access today
</code></blockquote>
-See Also: <A HREF="custom-error.html">documentation of customizable
+See Also: <A HREF="../custom-error.html">documentation of customizable
responses.</A><p><hr>
<A name="errorlog"><h2>ErrorLog directive</h2></A>
<dt>MultiViews
<dd>
<!--%plaintext <?INDEX {\tt MultiViews} option> -->
-<A HREF="content-negotiation.html">Content negotiated</A> MultiViews are
+<A HREF="../content-negotiation.html">Content negotiated</A> MultiViews are
allowed.
<dt>SymLinksIfOwnerMatch
<dd>
The ServerAlias directive sets the alternate names for a host, for use
with
-<a href="host.html">Host-header based virtual hosts</a>.
+<a href="../host.html">Host-header based virtual hosts</a>.
<p><hr>
1.1 and later.<p>
The ServerAlias directive sets the legacy URL pathname for a host, for
-use with <a href="host.html">Host-header based virtual hosts</a>.
+use with <a href="../host.html">Host-header based virtual hosts</a>.
<hr>
<A name="serverroot"><h2>ServerRoot directive</h2></A>
1.1 and later<p>
<p>AddHandler maps the filename extension <em>extension</em> to the
-<a href="handler.html">handler</a>
+<a href="../handler.html">handler</a>
<em>handler-name</em>. For example, to activate CGI scripts
with the file extension "<code>.cgi</code>", you might use:
<pre>
this module does no logging at all. Instead, a configurable log
format file should be used to log user click-streams. This is possible
because the logging module now allows <a
-href="multilogs.html">multiple log files</a>. The cookie itself is
+href="../multilogs.html">multiple log files</a>. The cookie itself is
logged by using the text <tt>%{cookie}n </tt>
in the log file format. For example:
If you don't see this message at server startup, the server is most likely not finding the
wrapper program where it expects it, or the executable is not installed <b><em>setuid root</em></b>. Check your installation and try again.<p>
-One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod_core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
+One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod/core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
different from the main server user id, all requests for CGI resources will be executed as
the <b>User</b> and <b>Group</b> defined for that <b><VirtualHost></b>. If only one or
neither of these directives are specified for a <b><VirtualHost></b> then the main
If you don't see this message at server startup, the server is most likely not finding the
wrapper program where it expects it, or the executable is not installed <b><em>setuid root</em></b>. Check your installation and try again.<p>
-One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod_core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
+One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod/core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
different from the main server user id, all requests for CGI resources will be executed as
the <b>User</b> and <b>Group</b> defined for that <b><VirtualHost></b>. If only one or
neither of these directives are specified for a <b><VirtualHost></b> then the main