-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
+
<H1>Apache Core Features</h1>
These configuration parameters control the core Apache features, and are
always available.
-<!--%hypertext -->
+
<ul>
<li><A HREF="#accessconfig">AccessConfig</A>
<li><A HREF="#accessfilename">AccessFileName</A>
<li><A HREF="#virtualhost"><VirtualHost></A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="accessconfig"><h2>AccessConfig directive</h2></A>
<!--%plaintext <?INDEX {\tt AccessConfig} directive> -->
(if your OS supports it), or with kernel patches like
<A HREF="vif.info.txt">VIF</A> (for SunOS(TM) 4.1.x).<p>
-<!--%hypertext -->
+
<p><strong>See also:</strong>
<A HREF="virtual-host.html">Information on Virtual Hosts.
(multihome)</A><br>
<strong>See also:</strong>
<a href="host.html">Non-IP address-based Virtual Hosts</a>
-<!--/%hypertext --></p>
-
-<hr>
-
-<!--%hypertext -->
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+</p>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
+<HR>
+
<A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A>
<A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Apache modules</h1>
<dl>
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
+
<H1>Module mod_access</h1>
This module is contained in the <code>mod_access.c</code> file, and
is compiled in by default. It provides access control based on client
hostname or IP address.
-<!--%hypertext -->
+
<menu>
<li><A HREF="#allow">allow</A>
<li><A HREF="#deny">deny</A>
<li><A HREF="#order">order</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="allow"><h2>allow</h2></A>
<!--%plaintext <?INDEX {\tt allow} directive> -->
Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are
denied access.
-<!--%hypertext -->
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
-<TITLE>Apache module mod_actions</TITLE>
+<TITLE>Module mod_actions</TITLE>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<H1>Apache module mod_actions</h1>
+<!--#include virtual="header.html" -->
+<H1>Module mod_actions</h1>
This module is contained in the <code>mod_actions.c</code> file, and
is compiled in by default. It provides for
<pre>
Script GET /cgi-bin/search #e.g. for <ISINDEX>-style searching
Script PUT /~bob/put.cgi
-</pre>
-
-<p><hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+</pre>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
+
<H1>Module mod_alias</h1>
This module is contained in the <code>mod_alias.c</code> file, and
is compiled in by default. It provides for mapping different parts of the
host filesystem in the the document tree, and for URL redirection.
-<!--%hypertext -->
+
<menu>
<li><A HREF="#alias">Alias</A>
<li><A HREF="#redirect">Redirect</A>
<li><A HREF="#scriptalias">ScriptAlias</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="alias"><h2>Alias</h2></A>
<!--%plaintext <?INDEX {\tt Alias} directive> -->
A request for http://myserver/cgi-bin/foo would cause the server to
run the script /web/cgi-bin/foo.<p>
-<!--%hypertext -->
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
+
<H1>Module mod_asis</h1>
This module is contained in the <code>mod_asis.c</code> file, and
The server does <em>not</em> add a Last-Modified header; it probably should.
<P>
-<!--%hypertext -->
-<HR>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
+
<H1>Module mod_auth</h1>
This module is contained in the <code>mod_auth.c</code> file, and
is compiled in by default. It provides for user authentication using
textual files.
-<!--%hypertext -->
+
<menu>
<li><A HREF="#authgroupfile">AuthGroupFile</A>
<li><A HREF="#authuserfile">AuthUserFile</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="authgroupfile"><h2>AuthGroupFile</h2></A>
<!--%plaintext <?INDEX {\tt AuthGroupFile} directive> -->
<A HREF="core.html#authtype">AuthType</A> and
<A HREF="#authgroupfile">AuthGroupFile</A>.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
<html>
<head>
-<title>4.1a Module mod_auth_anon.c</title>
+<title>Module mod_auth_anon.c</title>
</head>
<body>
-<h1>4.1a Module mod_auth_anon.</h1>
+<!--#include virtual="header.html" -->
+<H1>Module mod_auth_anon</H1>
This module is contained in the <code>mod_auth_anon.c</code> file and
is compiled in by default. It is only available in Apache 1.1 and
that you always quote the version you use when filing a bug report.
<p>
+<!--#include virtual="footer.html" -->
</body>
</html>
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_auth_db</h1>
This module is contained in the <code>mod_auth_db.c</code> file, and
files for those systems which support DB and not DBM. It is only
available in Apache 1.1 and later.
-<!--%hypertext -->
+
<menu>
<li><A HREF="#authdbgroupfile">AuthDBGroupFile</A>
<li><A HREF="#authdbuserfile">AuthDBUserFile</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="authdbgroupfile"><h2>AuthDBGroupFile</h2></A>
<!--%plaintext <?INDEX {\tt AuthDBGroupFile} directive> -->
<A HREF="core.html#authtype">AuthType</A> and
<A HREF="#authdbgroupfile">AuthDBGroupFile</A>.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../../"><IMG SRC="../../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
+
<H1>Module mod_auth_dbm</h1>
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>.
-<!--%hypertext -->
+
<menu>
<li><A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>
<li><A HREF="#authdbmuserfile">AuthDBMUserFile</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="authdbmgroupfile"><h2>AuthDbmGroupFile</h2></A>
<!--%plaintext <?INDEX {\tt AuthDbmGroupFile} directive> -->
<A HREF="core.html#authtype">AuthType</A> and
<A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
-<H1>Module mod_dir</h1>
+<!--#include virtual="header.html" -->
+<H1>Module mod_dir</H1>
This module is contained in the <code>mod_dir.c</code> file, and
is compiled in by default. It provides for directory indexing.
first icon listed that matches the file is displayed.
</ul>
-<!--%hypertext -->
+
<h2>Directives</h2>
<menu>
<li><A HREF="#readmename">ReadmeName</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="adddescription"><h2>AddDescription</h2></A>
<!--%plaintext <?INDEX {\tt AddDescription} directive> -->
<p>See also <A HREF="#headername">HeaderName</A>.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
-<TITLE>Apache module mod_cern_meta</TITLE>
+<TITLE>Module mod_cern_meta</TITLE>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Apache module mod_cern_meta</h1>
This module is contained in the <code>mod_cern_meta.c</code> file, and
<code>DOCUMENT_ROOT/somedir/.web/index.html.meta</code> and will use
its contents to generate additional MIME header information.
-<p><hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<p>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--%hypertext -->
+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
</head>
<body>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
+
<h1>Module mod_cgi</h1>
This module is contained in the <code>mod_cgi.c</code> file, and
<dd>This will only be set if the CGI script is subject to authentication.
</dl>
<P>
-<!--%hypertext -->
-<HR>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
-<H1>Module mod_dir</h1>
+<!--#include virtual="header.html" -->
+<H1>Module mod_dir</H1>
This module is contained in the <code>mod_dir.c</code> file, and
is compiled in by default. It provides for directory indexing.
first icon listed that matches the file is displayed.
</ul>
-<!--%hypertext -->
+
<h2>Directives</h2>
<menu>
<li><A HREF="#readmename">ReadmeName</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="adddescription"><h2>AddDescription</h2></A>
<!--%plaintext <?INDEX {\tt AddDescription} directive> -->
<p>See also <A HREF="#headername">HeaderName</A>.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Apache module mod_env</h1>
This module is contained in the <code>mod_env.c</code> file, and
SetEnv SPECIAL_PATH /foo/bin
</pre>
-<p><hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<p>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
</head>
<body>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<h1>Module mod_imap</h1>
This module is contained in the <code>mod_imap.c</code> file, and
<IMG ISMAP SRC="/images/imagemap1.gif"> <br>
</A>
</code></blockquote><p>
-<!--%hypertext -->
-<HR>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_include</h1>
This module is contained in the <code>mod_include.c</code> file, and
</dl>
<p>
-<!--%hypertext -->
+
<hr>
<h2>Directives</h2>
<ul>
<li><A HREF="#xbithack">XBitHack</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="xbithack"><h2>XBitHack</h2></A>
<!--%plaintext <?INDEX {\tt XBitHack} directive> -->
the request.
</dl>
<p>
-<!--%hypertext -->
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
</head>
<body>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<h1>Module mod_info</h1>
This module is contained in the <code>mod_info.c</code> file. It
Once configured, the server information is obtained by accessing
<tt>http://your.host.dom/server-info</tt><p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
-<TITLE>Apache module mod_log_agent</TITLE>
+<TITLE>Module mod_log_agent</TITLE>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_log_agent</h1>
This module is contained in the <code>mod_log_agent.c</code> file, and is not
compiled in by default. It provides for logging of the client user agents.
-<!--%hypertext -->
+
<ul>
<li><A HREF="#agentlog">AgentLog</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="agentlog"><h2>AgentLog</h2></A>
<!--%plaintext <?INDEX {\tt AgentLog} directive> -->
was started by root; be sure that the program is secure.<p>
This directive is provided for compatibility with NCSA 1.4.<p>
-<!--%hypertext -->
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_log_config</h1>
This module is contained in the <code>mod_log_config.c</code> file, and is not
changes to come to this format.<p>
-<!--%hypertext -->
+
<h2>Directives</h2>
<li><A HREF="#transferlog">TransferLog</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="logformat"><h2>LogFormat</h2></A>
<!--%plaintext <?INDEX {\tt LogFormat} directive> -->
run under the user who started httpd. This will be root if the server
was started by root; be sure that the program is secure.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_log_referer</h1>
This module is contained in the <code>mod_log_referer.c</code> file, and is not
the one requested by the client, and <em>document</em> is the (%-decoded)
local URL to the document being referred to.
-<!--%hypertext -->
+
<h2>Directives</h2>
<ul>
<li><A HREF="#refererignore">RefererIgnore</A>
<li><A HREF="#refererlog">RefererLog</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="refererignore"><h2>RefererIgnore</h2></A>
<!--%plaintext <?INDEX {\tt RefererIgnore} directive> -->
was started by root; be sure that the program is secure.<p>
This directive is provided for compatibility with NCSA 1.4.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_mime</h1>
This module is contained in the <code>mod_mime.c</code> file, and is
<em>enc</em> directive sets the encoding of the document, as defined by
the <A HREF="#addencoding">AddEncoding</A> directive.
-<!--%hypertext -->
+
<h2> Directives</h2>
<ul>
<li><A HREF="#addencoding">AddEncoding</A>
<li><A HREF="#typesconfig">TypesConfig</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="addencoding"><h2>AddEncoding</h2></A>
<!--%plaintext <?INDEX {\tt AddEncoding} directive> -->
<blockquote><em>mime-type extension extension ...</em></blockquote>
The extensions are lower-cased. Blank lines, and lines beginning with a hash
character (`#') are ignored.<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_negotiation</h1>
This module is contained in the <code>mod_negotiation.c</code> file, and
requirements, and returns that document.<p>
-<!--%hypertext -->
+
<h2>Directives</h2>
<ul>
<li><A href="#cachenegotiateddocs">CacheNegotiatedDocs</a>
<li><A HREF="#languagepriority">LanguagePriority</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="cachenegotiateddocs"><h2>CacheNegotiatedDocs</h2></A>
<strong>Syntax:</strong> CacheNegotiatedDocs<br>
retrieve versions of the documents that are not the best match for
their abilities, but it will make caching more efficient.</p>
-<!--%hypertext -->
+
<A name="languagepriority"><h2>LanguagePriority</h2></A>
<!--%plaintext <?INDEX {\tt LanguagePriority} directive> -->
<strong>Syntax:</strong> LanguagePriority <em>mime-lang mime-lang...</em><br>
where the client does not express a preference, when handling a
MultiViews request. The list of <em>mime-lang</em> are in order of decreasing
preference. Example:
+
<blockquote><code>LanguagePriority en fr de</code></blockquote>
+
For a request for <code>foo.html</code>, where <code>foo.html.fr</code>
and <code>foo.html.de</code> both existed, but the browser did not express
a language preference, then <code>foo.html.fr</code> would be returned.<p>
-<!--%hypertext -->
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Apache module mod_proxy</h1>
This module is contained in the <code>mod_proxy.c</code> file, and
NoCache joes.garage.com some.host.co.uk wotsamattau.edu
</pre>
-<p><hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
<html><head>
-<title>Apache Status Module</title>
+<title>Apache module mod_status</title>
</head><body>
-<img src="../images/apache_sub.gif" alt="">
-<h1>Apache Status Module</h1>
-<hr>
+<!--#include virtual="header.html" -->
+<h1>Module mod_status</h1>
The Status Module is only available in Apache 1.1 and later.<p>
mark@ukweb.com</a> and tell me your configuration.
<p>
+
Do this by adding the following to the AUX_CFLAGS line in the
"Configuration" file and then recompiling as usual.
<pre>
AUX_CFLAGS= (something) -DSTATUS
</pre>
-
-
-
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="../"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_userdir</h1>
This module is contained in the <code>mod_userdir.c</code> file, and
is compiled in by default. It provides for user-specific directories.
-<!--%hypertext -->
+
<ul>
<li><A HREF="#userdir">UserDir</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="userdir"><h2>UserDir</h2></A>
<!--%plaintext <?INDEX {\tt UserDir} directive> -->
UserDir http://www.x.com/users -> http//www.x.com/users/bar/one/two.html
UserDir http://www.x.com/*/y -> http://www.x.com/y/one/two.html
</pre>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
<H1>Module mod_usertrack</h1>
This module is contained in the <code>mod_usertrack.c</code> file, and
is not compiled in by default. It provides for user tracking using cookies.
There is no documentation available for this module. Mark is writing this.
-<!--%hypertext -->
<menu>
<li><A HREF="#cookielog">CookieLog</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="cookielog"><h2>CookieLog</h2></A>
<!--%plaintext <?INDEX {\tt CookieLog} directive> -->
The CookieLog directive sets the filename for logging of cookies.
The filename is relative to the <A HREF="core.html#serverroot">ServerRoot</A>.
<p>
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
+