summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/core.html22
-rw-r--r--docs/manual/mod/footer.html2
-rw-r--r--docs/manual/mod/index.html2
-rw-r--r--docs/manual/mod/mod_access.html18
-rw-r--r--docs/manual/mod/mod_actions.html13
-rw-r--r--docs/manual/mod/mod_alias.html18
-rw-r--r--docs/manual/mod/mod_asis.html12
-rw-r--r--docs/manual/mod/mod_auth.html17
-rw-r--r--docs/manual/mod/mod_auth_anon.html6
-rw-r--r--docs/manual/mod/mod_auth_db.html16
-rw-r--r--docs/manual/mod/mod_auth_dbm.html17
-rw-r--r--docs/manual/mod/mod_autoindex.html17
-rw-r--r--docs/manual/mod/mod_cern_meta.html10
-rw-r--r--docs/manual/mod/mod_cgi.html14
-rw-r--r--docs/manual/mod/mod_dir.html17
-rw-r--r--docs/manual/mod/mod_env.html8
-rw-r--r--docs/manual/mod/mod_imap.html12
-rw-r--r--docs/manual/mod/mod_include.html16
-rw-r--r--docs/manual/mod/mod_info.html10
-rw-r--r--docs/manual/mod/mod_log_agent.html18
-rw-r--r--docs/manual/mod/mod_log_config.html17
-rw-r--r--docs/manual/mod/mod_log_referer.html15
-rw-r--r--docs/manual/mod/mod_mime.html15
-rw-r--r--docs/manual/mod/mod_negotiation.html20
-rw-r--r--docs/manual/mod/mod_proxy.html8
-rw-r--r--docs/manual/mod/mod_status.html16
-rw-r--r--docs/manual/mod/mod_userdir.html15
-rw-r--r--docs/manual/mod/mod_usertrack.html14
28 files changed, 135 insertions, 250 deletions
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index c7225d732b..4215eea143 100644
--- a/docs/manual/mod/core.html
+++ b/docs/manual/mod/core.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,14 +5,14 @@
</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>
@@ -54,7 +53,7 @@ always available.
<li><A HREF="#virtualhost">&lt;VirtualHost&gt;</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="accessconfig"><h2>AccessConfig directive</h2></A>
<!--%plaintext &lt;?INDEX {\tt AccessConfig} directive&gt; -->
@@ -927,20 +926,15 @@ then this can be accomplished with the <code>ifconfig alias</code> command
(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 -->
+
diff --git a/docs/manual/mod/footer.html b/docs/manual/mod/footer.html
index 85ffeb1e9b..2c2b410378 100644
--- a/docs/manual/mod/footer.html
+++ b/docs/manual/mod/footer.html
@@ -1,2 +1,4 @@
+<HR>
+
<A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A>
<A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>
diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html
index 6a4fcfd1a5..fa1964842a 100644
--- a/docs/manual/mod/index.html
+++ b/docs/manual/mod/index.html
@@ -5,7 +5,7 @@
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Apache modules</h1>
<dl>
diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html
index b93c6e30a8..42fb2da710 100644
--- a/docs/manual/mod/mod_access.html
+++ b/docs/manual/mod/mod_access.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,22 +5,22 @@
</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 &lt;?INDEX {\tt allow} directive&gt; -->
@@ -114,12 +113,7 @@ allow from .ncsa.uiuc.edu
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 -->
+
diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html
index 297df17ba8..a2fcf9c502 100644
--- a/docs/manual/mod/mod_actions.html
+++ b/docs/manual/mod/mod_actions.html
@@ -1,12 +1,12 @@
<!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
@@ -69,13 +69,10 @@ will proceed normally.
<pre>
Script GET /cgi-bin/search #e.g. for &lt;ISINDEX&gt;-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>
diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html
index f217051c95..9a57e8da80 100644
--- a/docs/manual/mod/mod_alias.html
+++ b/docs/manual/mod/mod_alias.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,22 +5,22 @@
</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 &lt;?INDEX {\tt Alias} directive&gt; -->
@@ -82,12 +81,7 @@ Example:
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 -->
+
diff --git a/docs/manual/mod/mod_asis.html b/docs/manual/mod/mod_asis.html
index 3597e1618f..17f6934351 100644
--- a/docs/manual/mod/mod_asis.html
+++ b/docs/manual/mod/mod_asis.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,8 @@
</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
@@ -57,11 +56,6 @@ to the client, so these should not be included in the file.
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 -->
diff --git a/docs/manual/mod/mod_auth.html b/docs/manual/mod/mod_auth.html
index ac522f549a..edf7ba1161 100644
--- a/docs/manual/mod/mod_auth.html
+++ b/docs/manual/mod/mod_auth.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,21 +5,21 @@
</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 &lt;?INDEX {\tt AuthGroupFile} directive&gt; -->
@@ -74,11 +73,7 @@ See also <A HREF="core.html#authname">AuthName</A>,
<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 -->
+
diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html
index 2a299a1d7e..0518cfc68d 100644
--- a/docs/manual/mod/mod_auth_anon.html
+++ b/docs/manual/mod/mod_auth_anon.html
@@ -1,9 +1,10 @@
<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
@@ -187,6 +188,7 @@ http://me-www.jrc.it/~dirkx/mod_auth_anon.c</code></a>. Please make sure
that you always quote the version you use when filing a bug report.
<p>
+<!--#include virtual="footer.html" -->
</body>
</html>
diff --git a/docs/manual/mod/mod_auth_db.html b/docs/manual/mod/mod_auth_db.html
index 8c4faffd65..f9d45c5212 100644
--- a/docs/manual/mod/mod_auth_db.html
+++ b/docs/manual/mod/mod_auth_db.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</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
@@ -16,13 +14,13 @@ Berkeley DB files. It is an alternative to <A HREF="mod_auth_dbm.html">DBM</A>
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 &lt;?INDEX {\tt AuthDBGroupFile} directive&gt; -->
@@ -106,11 +104,7 @@ See also <A HREF="core.html#authname">AuthName</A>,
<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 -->
+
diff --git a/docs/manual/mod/mod_auth_dbm.html b/docs/manual/mod/mod_auth_dbm.html
index e36fc12485..7a58c7fec1 100644
--- a/docs/manual/mod/mod_auth_dbm.html
+++ b/docs/manual/mod/mod_auth_dbm.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,21 +5,21 @@
</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 &lt;?INDEX {\tt AuthDbmGroupFile} directive&gt; -->
@@ -105,11 +104,7 @@ See also <A HREF="core.html#authname">AuthName</A>,
<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 -->
+
diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html
index 960c89ca13..d28724c3ac 100644
--- a/docs/manual/mod/mod_autoindex.html
+++ b/docs/manual/mod/mod_autoindex.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,9 +5,8 @@
</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.
@@ -28,7 +26,7 @@ icons to display for various file types; for each file listed, the
first icon listed that matches the file is displayed.
</ul>
-<!--%hypertext -->
+
<h2>Directives</h2>
<menu>
@@ -45,7 +43,7 @@ first icon listed that matches the file is displayed.
<li><A HREF="#readmename">ReadmeName</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="adddescription"><h2>AddDescription</h2></A>
<!--%plaintext &lt;?INDEX {\tt AddDescription} directive&gt; -->
@@ -299,11 +297,8 @@ it will include the plain text file <code>/web/README</code>, if it exists.
<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 -->
+
diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html
index b48dfffe2b..25c030e4ad 100644
--- a/docs/manual/mod/mod_cern_meta.html
+++ b/docs/manual/mod/mod_cern_meta.html
@@ -1,11 +1,11 @@
<!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
@@ -66,11 +66,9 @@ DOCUMENT_ROOT/somedir/index.html</code> to look in
<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>
diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html
index 5bf6ea78c9..de47a80985 100644
--- a/docs/manual/mod/mod_cgi.html
+++ b/docs/manual/mod/mod_cgi.html
@@ -1,4 +1,4 @@
-<!--%hypertext -->
+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
@@ -6,8 +6,8 @@
</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
@@ -44,10 +44,8 @@ specification, with the following provisos:
<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 -->
+
diff --git a/docs/manual/mod/mod_dir.html b/docs/manual/mod/mod_dir.html
index 960c89ca13..d28724c3ac 100644
--- a/docs/manual/mod/mod_dir.html
+++ b/docs/manual/mod/mod_dir.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,9 +5,8 @@
</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.
@@ -28,7 +26,7 @@ icons to display for various file types; for each file listed, the
first icon listed that matches the file is displayed.
</ul>
-<!--%hypertext -->
+
<h2>Directives</h2>
<menu>
@@ -45,7 +43,7 @@ first icon listed that matches the file is displayed.
<li><A HREF="#readmename">ReadmeName</A>
</menu>
<hr>
-<!--/%hypertext -->
+
<A name="adddescription"><h2>AddDescription</h2></A>
<!--%plaintext &lt;?INDEX {\tt AddDescription} directive&gt; -->
@@ -299,11 +297,8 @@ it will include the plain text file <code>/web/README</code>, if it exists.
<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 -->
+
diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html
index 3e32d26080..7d779af73c 100644
--- a/docs/manual/mod/mod_env.html
+++ b/docs/manual/mod/mod_env.html
@@ -5,7 +5,7 @@
</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
@@ -58,11 +58,9 @@ scripts. Example:
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>
diff --git a/docs/manual/mod/mod_imap.html b/docs/manual/mod/mod_imap.html
index 195ae374b4..02b346e36f 100644
--- a/docs/manual/mod/mod_imap.html
+++ b/docs/manual/mod/mod_imap.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
@@ -6,8 +5,7 @@
</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
@@ -274,11 +272,9 @@ rect mailto:nate@tripod.com 100,150 200,0 "Bugs?" <br>
&lt;IMG ISMAP SRC="/images/imagemap1.gif"&gt; <br>
&lt;/A&gt;
</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 -->
+
diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html
index 770a8e2521..b01b8985da 100644
--- a/docs/manual/mod/mod_include.html
+++ b/docs/manual/mod/mod_include.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</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
@@ -166,14 +164,14 @@ current document.
</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 &lt;?INDEX {\tt XBitHack} directive&gt; -->
@@ -200,12 +198,8 @@ is sent. Setting this bit allows clients and proxies to cache the result of
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 -->
+
diff --git a/docs/manual/mod/mod_info.html b/docs/manual/mod/mod_info.html
index 6261f5f32b..fa98629087 100644
--- a/docs/manual/mod/mod_info.html
+++ b/docs/manual/mod/mod_info.html
@@ -5,7 +5,7 @@
</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
@@ -34,11 +34,7 @@ access to your server configuration information.<p>
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 -->
+
diff --git a/docs/manual/mod/mod_log_agent.html b/docs/manual/mod/mod_log_agent.html
index 47de105b5a..5eb790c804 100644
--- a/docs/manual/mod/mod_log_agent.html
+++ b/docs/manual/mod/mod_log_agent.html
@@ -1,24 +1,22 @@
-<!--%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 &lt;?INDEX {\tt AgentLog} directive&gt; -->
@@ -43,12 +41,8 @@ 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>
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 -->
+
diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html
index 6855ec5c61..a9d2e3d01c 100644
--- a/docs/manual/mod/mod_log_config.html
+++ b/docs/manual/mod/mod_log_config.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</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
@@ -89,7 +87,7 @@ directive may well be a better way to handle this. Look for more
changes to come to this format.<p>
-<!--%hypertext -->
+
<h2>Directives</h2>
@@ -98,7 +96,7 @@ changes to come to this format.<p>
<li><A HREF="#transferlog">TransferLog</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="logformat"><h2>LogFormat</h2></A>
<!--%plaintext &lt;?INDEX {\tt LogFormat} directive&gt; -->
@@ -134,11 +132,8 @@ the TransferLog from the main server.
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 -->
+
+
diff --git a/docs/manual/mod/mod_log_referer.html b/docs/manual/mod/mod_log_referer.html
index c16e60a0a6..a7a96ffe18 100644
--- a/docs/manual/mod/mod_log_referer.html
+++ b/docs/manual/mod/mod_log_referer.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</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
@@ -22,14 +20,14 @@ where <em>uri</em> is the (%-escaped) URI for the document that references
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 &lt;?INDEX {\tt RefererIgnore} directive&gt; -->
@@ -70,11 +68,8 @@ 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>
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 -->
+
diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html
index c3dc14af92..21888f7c5a 100644
--- a/docs/manual/mod/mod_mime.html
+++ b/docs/manual/mod/mod_mime.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</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
@@ -31,7 +29,7 @@ sets the language of the document, as defined by the
<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>
@@ -43,7 +41,7 @@ the <A HREF="#addencoding">AddEncoding</A> directive.
<li><A HREF="#typesconfig">TypesConfig</A>
</ul>
<hr>
-<!--/%hypertext -->
+
<A name="addencoding"><h2>AddEncoding</h2></A>
<!--%plaintext &lt;?INDEX {\tt AddEncoding} directive&gt; -->
@@ -200,11 +198,8 @@ file contains lines in the format of the arguments to an AddType command:
<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 -->
+
diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html
index 6b8ac6e7d5..8f341e6d72 100644
--- a/docs/manual/mod/mod_negotiation.html
+++ b/docs/manual/mod/mod_negotiation.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</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
@@ -83,14 +81,14 @@ one of them by name. It then chooses the best match to the client's
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>
@@ -106,7 +104,7 @@ proxy servers. This could mean that clients behind those proxys could
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 &lt;?INDEX {\tt LanguagePriority} directive&gt; -->
<strong>Syntax:</strong> LanguagePriority <em>mime-lang mime-lang...</em><br>
@@ -119,16 +117,14 @@ The LanguagePriority sets the precedence of language variants for the case
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 -->
+
diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html
index b64dcd9c6d..6d9e4ee5e6 100644
--- a/docs/manual/mod/mod_proxy.html
+++ b/docs/manual/mod/mod_proxy.html
@@ -5,7 +5,7 @@
</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
@@ -202,11 +202,7 @@ cached by the proxy server. Example:
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>
diff --git a/docs/manual/mod/mod_status.html b/docs/manual/mod/mod_status.html
index 34ce9b6cc9..6fd11dff31 100644
--- a/docs/manual/mod/mod_status.html
+++ b/docs/manual/mod/mod_status.html
@@ -1,10 +1,9 @@
<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>
@@ -76,19 +75,14 @@ difference. If you do please contact <a href="mailto:mark@ukweb.com">
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>
diff --git a/docs/manual/mod/mod_userdir.html b/docs/manual/mod/mod_userdir.html
index a1a517faff..2290e4de18 100644
--- a/docs/manual/mod/mod_userdir.html
+++ b/docs/manual/mod/mod_userdir.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,19 +5,18 @@
</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 &lt;?INDEX {\tt UserDir} directive&gt; -->
@@ -44,11 +42,8 @@ The following directives will send redirects to the client:
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 -->
+
diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html
index c327020c8f..1d3de03057 100644
--- a/docs/manual/mod/mod_usertrack.html
+++ b/docs/manual/mod/mod_usertrack.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,20 +5,18 @@
</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 &lt;?INDEX {\tt CookieLog} directive&gt; -->
@@ -31,11 +28,8 @@ There is no documentation available for this module. Mark is writing this.
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 -->
+