]> granicus.if.org Git - apache/commitdiff
Added headers/footers for these files. Fixed some typos. Started removing
authorbrian <brian@unknown>
Thu, 21 Nov 1996 10:30:54 +0000 (10:30 +0000)
committerbrian <brian@unknown>
Thu, 21 Nov 1996 10:30:54 +0000 (10:30 +0000)
old latex stuff.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77016 13f79535-47bb-0310-9956-ffa450edef68

28 files changed:
docs/manual/mod/core.html
docs/manual/mod/footer.html
docs/manual/mod/index.html
docs/manual/mod/mod_access.html
docs/manual/mod/mod_actions.html
docs/manual/mod/mod_alias.html
docs/manual/mod/mod_asis.html
docs/manual/mod/mod_auth.html
docs/manual/mod/mod_auth_anon.html
docs/manual/mod/mod_auth_db.html
docs/manual/mod/mod_auth_dbm.html
docs/manual/mod/mod_autoindex.html
docs/manual/mod/mod_cern_meta.html
docs/manual/mod/mod_cgi.html
docs/manual/mod/mod_dir.html
docs/manual/mod/mod_env.html
docs/manual/mod/mod_imap.html
docs/manual/mod/mod_include.html
docs/manual/mod/mod_info.html
docs/manual/mod/mod_log_agent.html
docs/manual/mod/mod_log_config.html
docs/manual/mod/mod_log_referer.html
docs/manual/mod/mod_mime.html
docs/manual/mod/mod_negotiation.html
docs/manual/mod/mod_proxy.html
docs/manual/mod/mod_status.html
docs/manual/mod/mod_userdir.html
docs/manual/mod/mod_usertrack.html

index c7225d732b192c83b0cdf94a8d2f37f8086ff432..4215eea143a1192389c873034fefc6cc2430ac09 100644 (file)
@@ -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 -->
+
index 85ffeb1e9b4844588262094d9db9eca6b2e977c0..2c2b4103785acb9f2350e0ef0487d3309db3ad8b 100644 (file)
@@ -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>
index 6a4fcfd1a5aca1bd553cffeef1d275b581a921cb..fa1964842a2f95947385acf616f0435f63f6de2e 100644 (file)
@@ -5,7 +5,7 @@
 </HEAD>
 
 <BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
 <H1>Apache modules</h1>
 
 <dl>
index b93c6e30a87122b5e5651d5b839e9f4376de9a38..42fb2da7100acab2d613556364d22d08bd7d3fe7 100644 (file)
@@ -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 -->
+
index 297df17ba86c6902fdb2e107ff1c69081811353e..a2fcf9c502e3978e73dda930c661d8bf369fc0e5 100644 (file)
@@ -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>
 
index f217051c9543b742eaaa919dba8289145560dc5e..9a57e8da803ac48c03936ceb9f15915ff377db7b 100644 (file)
@@ -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 -->
+
index 3597e1618fb42449885589a19a395978cba42a9c..17f693435135f6782bfc14cb41551103e976de42 100644 (file)
@@ -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 -->
index ac522f549a64ace202f83fc99d4dea933bbd4e35..edf7ba11618ee95be15d3ffa53904683370d63b8 100644 (file)
@@ -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 -->
+
index 2a299a1d7e27b1fda288a1f57ae32a430879e735..0518cfc68d176510e6cf1b3b9d38e657c90f6b02 100644 (file)
@@ -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>
 
index 8c4faffd65676bc69b18d400e1c7b9d1d6c1efa8..f9d45c52120d0e4d6cc14654ec1e76d60f5f2a74 100644 (file)
@@ -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 -->
+
index e36fc12485af02eb94de9013d0479c2a2216c736..7a58c7fec1a3e33e4ef56283bc2f203bd12f7653 100644 (file)
@@ -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 -->
+
index 960c89ca13f5629abc1c5c18cd3582b8deb5b741..d28724c3ac0e68c2f30802a3c4ad41c3a88ad1f8 100644 (file)
@@ -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 -->
+
index b48dfffe2beaadf5114bcaa69f7daa59beab1040..25c030e4ad5cee00cb6e496b9b3716a4174cc07d 100644 (file)
@@ -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>
 
index 5bf6ea78c940d990588700580ddfc3dd85a87f31..de47a809852b72ca2092f84ef0e6f28c1ff3e981 100644 (file)
@@ -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 -->
+
index 960c89ca13f5629abc1c5c18cd3582b8deb5b741..d28724c3ac0e68c2f30802a3c4ad41c3a88ad1f8 100644 (file)
@@ -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 -->
+
index 3e32d26080504b117345c4505809078256e2a84c..7d779af73c0d5ea3cbc8553893ab6d133338cd46 100644 (file)
@@ -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>
 
index 195ae374b48cd81d11c052aeff5fd50dd6161c63..02b346e36f869a6fa2a511ae4ae99dfcb6c52cef 100644 (file)
@@ -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 -->
+
 
index 770a8e252109d89a128cd6cd4a08c7e67546791d..b01b8985dab1de294bb1525677e5ddcf1def21f9 100644 (file)
@@ -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 -->
+
index 6261f5f32b4c818038c7b7f79bc1cebc386b78fa..fa9862908726198abe5ac6d8f070253ef923b251 100644 (file)
@@ -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 -->
+
index 47de105b5a61e5143352d4104a54d3c244d4abe7..5eb790c804a26d2550acd4199489eb95154f5211 100644 (file)
@@ -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 -->
+
index 6855ec5c61bd67fb90c269e935ddc77a4c9b6d8f..a9d2e3d01c02a8a958704d90419897264a9a7cbe 100644 (file)
@@ -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 -->
+
+
index c16e60a0a63b1ddc668c0dd021a691e02a093b07..a7a96ffe185708c7192aa41c4cfcb53ce98ab3a5 100644 (file)
@@ -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 -->
+
index c3dc14af92b82715442e1c0f2ab89118ba365d9c..21888f7c5a1e99502203fcb91d706dc0edd706c6 100644 (file)
@@ -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 -->
+
index 6b8ac6e7d5b97f19a3650f7fd53934785acdab8d..8f341e6d7203c51d1ce4a9a5a0da9ff09fef40b9 100644 (file)
@@ -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 -->
+
index b64dcd9c6dcac8863b30ad752b82942208b09e51..6d9e4ee5e66695cbd6b920fe044f3fd67b9554ac 100644 (file)
@@ -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>
 
index 34ce9b6cc9fd992811f49ecbf93e80e7cf431955..6fd11dff31fe601b3491f4f1e59a83db45a98b9d 100644 (file)
@@ -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>
 
index a1a517faff8957eb59f2eb1d7b6af5b4f35b61f0..2290e4de186d9264aed6990a702882d0ae1177c5 100644 (file)
@@ -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 -->
+
index c327020c8f66b07c79927d7d8a21bf36c4b00167..1d3de0305798bbcae94b8b243b90714ccc3a16f3 100644 (file)
@@ -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 -->
+