brian 96/11/21 02:31:13
Modified: htdocs/manual/mod core.html footer.html index.html mod_access.html mod_actions.html mod_alias.html mod_asis.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_auth_msql.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dir.html mod_dld.html mod_env.html mod_fastcgi.html mod_imap.html mod_include.html mod_info.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_negotiation.html mod_proxy.html mod_status.html mod_userdir.html mod_usertrack.html Log: Added headers/footers for these files. Fixed some typos. Started removing old latex stuff. Revision Changes Path 1.2 +8 -14 apache/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** core.html 1996/11/21 08:16:33 1.1 --- core.html 1996/11/21 10:30:35 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,19 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --- 5,18 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> ! <H1>Apache Core Features</h1> These configuration parameters control the core Apache features, and are always available. ! <ul> <li><A HREF="#accessconfig">AccessConfig</A> <li><A HREF="#accessfilename">AccessFileName</A> *************** *** 54,60 **** <li><A HREF="#virtualhost"><VirtualHost></A> </ul> <hr> ! <!--/%hypertext --> <A name="accessconfig"><h2>AccessConfig directive</h2></A> <!--%plaintext <?INDEX {\tt AccessConfig} directive> --> --- 53,59 ---- <li><A HREF="#virtualhost"><VirtualHost></A> </ul> <hr> ! <A name="accessconfig"><h2>AccessConfig directive</h2></A> <!--%plaintext <?INDEX {\tt AccessConfig} directive> --> *************** *** 927,946 **** (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> </BODY> </HTML> ! <!--/%hypertext --> --- 926,940 ---- (if your OS supports it), or with kernel patches like <A HREF="vif.info.txt">VIF</A> (for SunOS(TM) 4.1.x).<p> ! <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> ! </p> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +2 -0 apache/htdocs/manual/mod/footer.html Index: footer.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/footer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** footer.html 1996/11/21 09:32:57 1.1 --- footer.html 1996/11/21 10:30:35 1.2 *************** *** 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> 1.2 +1 -1 apache/htdocs/manual/mod/index.html Index: index.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** index.html 1996/11/21 08:16:33 1.1 --- index.html 1996/11/21 10:30:36 1.2 *************** *** 5,11 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> <H1>Apache modules</h1> <dl> --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Apache modules</h1> <dl> 1.2 +6 -12 apache/htdocs/manual/mod/mod_access.html Index: mod_access.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_access.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_access.html 1996/11/21 08:12:38 1.1 --- mod_access.html 1996/11/21 10:30:37 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,27 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --> --- 5,26 ---- </HEAD> <BODY> ! <!--#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. ! <menu> <li><A HREF="#allow">allow</A> <li><A HREF="#deny">deny</A> <li><A HREF="#order">order</A> </menu> <hr> ! <A name="allow"><h2>allow</h2></A> <!--%plaintext <?INDEX {\tt allow} directive> --> *************** *** 114,125 **** 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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 113,119 ---- Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are denied access. ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +5 -8 apache/htdocs/manual/mod/mod_actions.html Index: mod_actions.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_actions.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_actions.html 1996/11/21 08:12:39 1.1 --- mod_actions.html 1996/11/21 10:30:37 1.2 *************** *** 1,12 **** <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> ! <TITLE>Apache module mod_actions</TITLE> </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <H1>Apache 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 --- 1,12 ---- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> ! <TITLE>Module mod_actions</TITLE> </HEAD> <BODY> ! <!--#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,81 **** <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> </BODY> </HTML> --- 69,78 ---- <pre> Script GET /cgi-bin/search #e.g. for <ISINDEX>-style searching Script PUT /~bob/put.cgi ! </pre> + <!--#include virtual="footer.html" --> </BODY> </HTML> 1.2 +6 -12 apache/htdocs/manual/mod/mod_alias.html Index: mod_alias.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_alias.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_alias.html 1996/11/21 08:12:39 1.1 --- mod_alias.html 1996/11/21 10:30:38 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,27 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --> --- 5,26 ---- </HEAD> <BODY> ! <!--#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. ! <menu> <li><A HREF="#alias">Alias</A> <li><A HREF="#redirect">Redirect</A> <li><A HREF="#scriptalias">ScriptAlias</A> </menu> <hr> ! <A name="alias"><h2>Alias</h2></A> <!--%plaintext <?INDEX {\tt Alias} directive> --> *************** *** 82,93 **** 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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 81,87 ---- A request for http://myserver/cgi-bin/foo would cause the server to run the script /web/cgi-bin/foo.<p> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +3 -9 apache/htdocs/manual/mod/mod_asis.html Index: mod_asis.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_asis.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_asis.html 1996/11/21 08:12:40 1.1 --- mod_asis.html 1996/11/21 10:30:38 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_asis</h1> This module is contained in the <code>mod_asis.c</code> file, and --- 5,12 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> ! <H1>Module mod_asis</h1> This module is contained in the <code>mod_asis.c</code> file, and *************** *** 57,67 **** 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> </BODY> </HTML> - <!--/%hypertext --> --- 56,61 ---- The server does <em>not</em> add a Last-Modified header; it probably should. <P> ! <!--#include virtual="footer.html" --> </BODY> </HTML> 1.2 +6 -11 apache/htdocs/manual/mod/mod_auth.html Index: mod_auth.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_auth.html 1996/11/21 08:12:40 1.1 --- mod_auth.html 1996/11/21 10:30:39 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,26 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --> --- 5,25 ---- </HEAD> <BODY> ! <!--#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. ! <menu> <li><A HREF="#authgroupfile">AuthGroupFile</A> <li><A HREF="#authuserfile">AuthUserFile</A> </menu> <hr> ! <A name="authgroupfile"><h2>AuthGroupFile</h2></A> <!--%plaintext <?INDEX {\tt AuthGroupFile} directive> --> *************** *** 74,84 **** <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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 73,79 ---- <A HREF="core.html#authtype">AuthType</A> and <A HREF="#authgroupfile">AuthGroupFile</A>.<p> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +4 -2 apache/htdocs/manual/mod/mod_auth_anon.html Index: mod_auth_anon.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_anon.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_auth_anon.html 1996/11/21 08:12:41 1.1 --- mod_auth_anon.html 1996/11/21 10:30:40 1.2 *************** *** 1,9 **** <html> <head> ! <title>4.1a Module mod_auth_anon.c</title> </head> <body> ! <h1>4.1a 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 --- 1,10 ---- <html> <head> ! <title>Module mod_auth_anon.c</title> </head> <body> ! <!--#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,192 **** --- 188,194 ---- that you always quote the version you use when filing a bug report. <p> + <!--#include virtual="footer.html" --> </body> </html> 1.3 +5 -11 apache/htdocs/manual/mod/mod_auth_db.html Index: mod_auth_db.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_db.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C3 -r1.2 -r1.3 *** mod_auth_db.html 1996/11/21 08:39:27 1.2 --- mod_auth_db.html 1996/11/21 10:30:41 1.3 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_auth_db</h1> This module is contained in the <code>mod_auth_db.c</code> file, and --- 5,11 ---- </HEAD> <BODY> ! <!--#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,28 **** 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> --> --- 14,26 ---- files for those systems which support DB and not DBM. It is only available in Apache 1.1 and later. ! <menu> <li><A HREF="#authdbgroupfile">AuthDBGroupFile</A> <li><A HREF="#authdbuserfile">AuthDBUserFile</A> </menu> <hr> ! <A name="authdbgroupfile"><h2>AuthDBGroupFile</h2></A> <!--%plaintext <?INDEX {\tt AuthDBGroupFile} directive> --> *************** *** 106,116 **** <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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 104,110 ---- <A HREF="core.html#authtype">AuthType</A> and <A HREF="#authdbgroupfile">AuthDBGroupFile</A>.<p> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.3 +6 -11 apache/htdocs/manual/mod/mod_auth_dbm.html Index: mod_auth_dbm.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_dbm.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C3 -r1.2 -r1.3 *** mod_auth_dbm.html 1996/11/21 08:39:27 1.2 --- mod_auth_dbm.html 1996/11/21 10:30:41 1.3 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,26 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --> --- 5,25 ---- </HEAD> <BODY> ! <!--#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>. ! <menu> <li><A HREF="#authdbmgroupfile">AuthDBMGroupFile</A> <li><A HREF="#authdbmuserfile">AuthDBMUserFile</A> </menu> <hr> ! <A name="authdbmgroupfile"><h2>AuthDbmGroupFile</h2></A> <!--%plaintext <?INDEX {\tt AuthDbmGroupFile} directive> --> *************** *** 105,115 **** <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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 104,110 ---- <A HREF="core.html#authtype">AuthType</A> and <A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>.<p> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +4 -3 apache/htdocs/manual/mod/mod_auth_msql.html Index: mod_auth_msql.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_msql.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_auth_msql.html 1996/11/21 08:12:42 1.1 --- mod_auth_msql.html 1996/11/21 10:30:42 1.2 *************** *** 1,9 **** <html> <head> ! <title>4.1a Module mod_auth_msql</title> </head> <body> ! <h1>4.1a Module mod_auth_msql</h1> This module is contained in the <code>mod_auth_msql.c</code> file and is compiled in by default. It allows access control using the public --- 1,10 ---- <html> <head> ! <title>Module mod_auth_msql</title> </head> <body> ! <!--#include virtual="header.html" --> ! <H1>Module mod_auth_msql</H1> This module is contained in the <code>mod_auth_msql.c</code> file and is compiled in by default. It allows access control using the public *************** *** 460,466 **** its <a href="http://me-www.jrc.it/~dirkx/apache-msql-demo"><code> README</code></a> file. ! </body> </html> --- 461,467 ---- its <a href="http://me-www.jrc.it/~dirkx/apache-msql-demo"><code> README</code></a> file. ! <!--#include virtual="footer.html" --> </body> </html> 1.2 +4 -6 apache/htdocs/manual/mod/mod_cern_meta.html Index: mod_cern_meta.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_cern_meta.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_cern_meta.html 1996/11/21 08:12:43 1.1 --- mod_cern_meta.html 1996/11/21 10:30:42 1.2 *************** *** 1,11 **** <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> ! <TITLE>Apache module mod_cern_meta</TITLE> </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> <H1>Apache module mod_cern_meta</h1> This module is contained in the <code>mod_cern_meta.c</code> file, and --- 1,11 ---- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> ! <TITLE>Module mod_cern_meta</TITLE> </HEAD> <BODY> ! <!--#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,76 **** <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> </BODY> </HTML> --- 66,74 ---- <code>DOCUMENT_ROOT/somedir/.web/index.html.meta</code> and will use its contents to generate additional MIME header information. ! <p> + <!--#include virtual="footer.html" --> </BODY> </HTML> 1.2 +6 -8 apache/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_cgi.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_cgi.html 1996/11/21 08:12:43 1.1 --- mod_cgi.html 1996/11/21 10:30:43 1.2 *************** *** 1,4 **** ! <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> --- 1,4 ---- ! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> *************** *** 6,13 **** </head> <body> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <h1>Module mod_cgi</h1> This module is contained in the <code>mod_cgi.c</code> file, and --- 6,13 ---- </head> <body> ! <!--#include virtual="header.html" --> ! <h1>Module mod_cgi</h1> This module is contained in the <code>mod_cgi.c</code> file, and *************** *** 44,53 **** <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> </BODY> </HTML> ! <!--/%hypertext --> --- 44,51 ---- <dd>This will only be set if the CGI script is subject to authentication. </dl> <P> ! ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +5 -10 apache/htdocs/manual/mod/mod_cookies.html Index: mod_cookies.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_cookies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_cookies.html 1996/11/21 08:12:44 1.1 --- mod_cookies.html 1996/11/21 10:30:43 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,25 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_cookies</h1> This module is contained in the <code>mod_cookies.c</code> file, and is not compiled in by default. It provides for Netscape(TM) cookies. There is no documentation available for this module. ! <!--%hypertext --> <menu> <li><A HREF="#cookielog">CookieLog</A> </menu> <hr> ! <!--/%hypertext --> <A name="cookielog"><h2>CookieLog</h2></A> <!--%plaintext <?INDEX {\tt CookieLog} directive> --> --- 5,23 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Module mod_cookies</h1> This module is contained in the <code>mod_cookies.c</code> file, and is not compiled in by default. It provides for Netscape(TM) cookies. There is no documentation available for this module. ! <menu> <li><A HREF="#cookielog">CookieLog</A> </menu> <hr> ! <A name="cookielog"><h2>CookieLog</h2></A> <!--%plaintext <?INDEX {\tt CookieLog} directive> --> *************** *** 31,41 **** 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> </BODY> </HTML> ! <!--/%hypertext --> --- 29,36 ---- The CookieLog directive sets the filename for logging of cookies. The filename is relative to the <A HREF="core.html#serverroot">ServerRoot</A>. <p> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +5 -10 apache/htdocs/manual/mod/mod_digest.html Index: mod_digest.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_digest.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_digest.html 1996/11/21 08:12:44 1.1 --- mod_digest.html 1996/11/21 10:30:44 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_digest</h1> This module is contained in the <code>mod_digest.c</code> file, and is --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Module mod_digest</h1> This module is contained in the <code>mod_digest.c</code> file, and is *************** *** 15,26 **** later. It provides for user authentication using MD5 Digest Authentication. ! <!--%hypertext --> <menu> <li><A HREF="#authdigestfile">AuthDigestFile</A> </menu> <hr> ! <!--/%hypertext --> <A name="authdigestfile"><h2>AuthDigestFile</h2></A> <strong>Syntax:</strong> AuthDigestFile <em>filename</em><br> --- 13,24 ---- later. It provides for user authentication using MD5 Digest Authentication. ! <menu> <li><A HREF="#authdigestfile">AuthDigestFile</A> </menu> <hr> ! <A name="authdigestfile"><h2>AuthDigestFile</h2></A> <strong>Syntax:</strong> AuthDigestFile <em>filename</em><br> *************** *** 54,63 **** personal and intranet use, where browser users can be controlled, it is ideal.</p> ! <hr> ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A> ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A> ! </BODY> </HTML> ! <!--/%hypertext --> --- 52,58 ---- personal and intranet use, where browser users can be controlled, it is ideal.</p> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +6 -11 apache/htdocs/manual/mod/mod_dir.html Index: mod_dir.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_dir.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_dir.html 1996/11/21 08:12:45 1.1 --- mod_dir.html 1996/11/21 10:30:45 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,14 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> ! <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. --- 5,12 ---- </HEAD> <BODY> ! <!--#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,34 **** first icon listed that matches the file is displayed. </ul> ! <!--%hypertext --> <h2>Directives</h2> <menu> --- 26,32 ---- first icon listed that matches the file is displayed. </ul> ! <h2>Directives</h2> <menu> *************** *** 45,51 **** <li><A HREF="#readmename">ReadmeName</A> </menu> <hr> ! <!--/%hypertext --> <A name="adddescription"><h2>AddDescription</h2></A> <!--%plaintext <?INDEX {\tt AddDescription} directive> --> --- 43,49 ---- <li><A HREF="#readmename">ReadmeName</A> </menu> <hr> ! <A name="adddescription"><h2>AddDescription</h2></A> <!--%plaintext <?INDEX {\tt AddDescription} directive> --> *************** *** 299,309 **** <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> </BODY> </HTML> ! <!--/%hypertext --> --- 297,304 ---- <p>See also <A HREF="#headername">HeaderName</A>.<p> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +13 -17 apache/htdocs/manual/mod/mod_dld.html Index: mod_dld.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_dld.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_dld.html 1996/11/21 08:12:45 1.1 --- mod_dld.html 1996/11/21 10:30:45 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_dld</h1> This module is contained in the <code>mod_dld.c</code> file, and is not --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Module mod_dld</h1> This module is contained in the <code>mod_dld.c</code> file, and is not *************** *** 15,27 **** and modules into the server at start-up time, using the GNU dld library. <h2>Summary</h2> ! The optional dld module is a proof-of-concept piece of code which loads other ! modules into the server as it is configuring itself (the first time only; for ! now, rereading the config files cannot affect the state of loaded modules), ! using the GNU dynamic linking library, DLD. It isn't compiled into the server ! by default, since not everyone has DLD, but it works when I try it. (Famous ! last words.) ! <p> Note that for some reason, <code>LoadFile /lib/libc.a</code> seems to be required for just about everything.<p> --- 13,26 ---- and modules into the server at start-up time, using the GNU dld library. <h2>Summary</h2> ! ! The optional dld module is a proof-of-concept piece of code which ! loads other modules into the server as it is configuring itself (the ! first time only; for now, rereading the config files cannot affect the ! state of loaded modules), using the GNU dynamic linking library, DLD. ! It isn't compiled into the server by default, since not everyone has ! DLD, but it works when I try it. (Famous last words.) <p> ! Note that for some reason, <code>LoadFile /lib/libc.a</code> seems to be required for just about everything.<p> *************** *** 29,42 **** when starting up; these commands will fail if the server can't find its own binary when it starts up, or if that binary is stripped.<p> ! <!--%hypertext --> <h2>Directives</h2> <ul> <li><A HREF="#loadfile">LoadFile</A> <li><A HREF="#loadmodule">LoadModule</A> </ul> <hr> ! <!--/%hypertext --> <A name="loadfile"><h2>LoadFile</h2></A> <!--%plaintext <?INDEX {\tt LoadFile} directive> --> --- 28,41 ---- when starting up; these commands will fail if the server can't find its own binary when it starts up, or if that binary is stripped.<p> ! <h2>Directives</h2> <ul> <li><A HREF="#loadfile">LoadFile</A> <li><A HREF="#loadmodule">LoadModule</A> </ul> <hr> ! <A name="loadfile"><h2>LoadFile</h2></A> <!--%plaintext <?INDEX {\tt LoadFile} directive> --> *************** *** 67,77 **** </code></blockquote> loads the module in the modules subdirectory of the ServerRoot.<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> </BODY> </HTML> ! <!--/%hypertext --> --- 66,73 ---- </code></blockquote> loads the module in the modules subdirectory of the ServerRoot.<p> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +3 -5 apache/htdocs/manual/mod/mod_env.html Index: mod_env.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_env.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_env.html 1996/11/21 08:12:46 1.1 --- mod_env.html 1996/11/21 10:30:46 1.2 *************** *** 5,11 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> <H1>Apache module mod_env</h1> This module is contained in the <code>mod_env.c</code> file, and --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Apache module mod_env</h1> This module is contained in the <code>mod_env.c</code> file, and *************** *** 58,68 **** 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> </BODY> </HTML> --- 58,66 ---- SetEnv SPECIAL_PATH /foo/bin </pre> ! <p> + <!--#include virtual="footer.html" --> </BODY> </HTML> 1.2 +3 -7 apache/htdocs/manual/mod/mod_fastcgi.html Index: mod_fastcgi.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_fastcgi.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_fastcgi.html 1996/11/21 08:12:46 1.1 --- mod_fastcgi.html 1996/11/21 10:30:47 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <!-- mod_fastcgi.html --> --- 1,3 ---- *************** *** 13,22 **** </head> <body> ! <IMG SRC="http://www.apache.org/images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> ! ! <h1>Module mod_fastcgi</h1> This module is contained in the <code>mod_fastcgi.c</code> file. It --- 12,18 ---- </head> <body> ! <!--#include virtual="header.html" --> <h1>Module mod_fastcgi</h1> This module is contained in the <code>mod_fastcgi.c</code> file. It *************** *** 353,359 **** # End of httpd.conf </pre> ! <HR> </BODY> </HTML> ! <!--/%hypertext --> --- 349,355 ---- # End of httpd.conf </pre> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +4 -8 apache/htdocs/manual/mod/mod_imap.html Index: mod_imap.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_imap.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_imap.html 1996/11/21 08:12:47 1.1 --- mod_imap.html 1996/11/21 10:30:47 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> --- 1,3 ---- *************** *** 6,13 **** </head> <body> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <h1>Module mod_imap</h1> This module is contained in the <code>mod_imap.c</code> file, and --- 5,11 ---- </head> <body> ! <!--#include virtual="header.html" --> <h1>Module mod_imap</h1> This module is contained in the <code>mod_imap.c</code> file, and *************** *** 274,284 **** <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> </BODY> </HTML> ! <!--/%hypertext --> --- 272,280 ---- <IMG ISMAP SRC="/images/imagemap1.gif"> <br> </A> </code></blockquote><p> ! ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +5 -11 apache/htdocs/manual/mod/mod_include.html Index: mod_include.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_include.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_include.html 1996/11/21 08:12:48 1.1 --- mod_include.html 1996/11/21 10:30:48 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_include</h1> This module is contained in the <code>mod_include.c</code> file, and --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Module mod_include</h1> This module is contained in the <code>mod_include.c</code> file, and *************** *** 166,179 **** </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> --> --- 164,177 ---- </dl> <p> ! <hr> <h2>Directives</h2> <ul> <li><A HREF="#xbithack">XBitHack</A> </ul> <hr> ! <A name="xbithack"><h2>XBitHack</h2></A> <!--%plaintext <?INDEX {\tt XBitHack} directive> --> *************** *** 200,211 **** 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> </BODY> </HTML> ! <!--/%hypertext --> --- 198,205 ---- the request. </dl> <p> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +3 -7 apache/htdocs/manual/mod/mod_info.html Index: mod_info.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_info.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_info.html 1996/11/21 08:12:48 1.1 --- mod_info.html 1996/11/21 10:30:48 1.2 *************** *** 5,11 **** </head> <body> ! <IMG SRC="../images/apache_sub.gif" ALT=""> <h1>Module mod_info</h1> This module is contained in the <code>mod_info.c</code> file. It --- 5,11 ---- </head> <body> ! <!--#include virtual="header.html" --> <h1>Module mod_info</h1> This module is contained in the <code>mod_info.c</code> file. It *************** *** 34,44 **** 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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 34,40 ---- Once configured, the server information is obtained by accessing <tt>http://your.host.dom/server-info</tt><p> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +6 -12 apache/htdocs/manual/mod/mod_log_agent.html Index: mod_log_agent.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_agent.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_log_agent.html 1996/11/21 08:12:49 1.1 --- mod_log_agent.html 1996/11/21 10:30:49 1.2 *************** *** 1,24 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> ! <TITLE>Apache module mod_log_agent</TITLE> </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --> --- 1,22 ---- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> ! <TITLE>Module mod_log_agent</TITLE> </HEAD> <BODY> ! <!--#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. ! <ul> <li><A HREF="#agentlog">AgentLog</A> </ul> <hr> ! <A name="agentlog"><h2>AgentLog</h2></A> <!--%plaintext <?INDEX {\tt AgentLog} directive> --> *************** *** 43,54 **** 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> </BODY> </HTML> ! <!--/%hypertext --> --- 41,48 ---- was started by root; be sure that the program is secure.<p> This directive is provided for compatibility with NCSA 1.4.<p> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +5 -11 apache/htdocs/manual/mod/mod_log_common.html Index: mod_log_common.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_common.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_log_common.html 1996/11/21 08:12:49 1.1 --- mod_log_common.html 1996/11/21 10:30:49 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_log_common</h1> This module is contained in the <code>mod_log_common.c</code> file, and is --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Module mod_log_common</h1> This module is contained in the <code>mod_log_common.c</code> file, and is *************** *** 53,65 **** any headers. </dl> ! <!--%hypertext --> <h2>Directives</h2> <ul> <li><A HREF="#transferlog">TransferLog</A> </ul> <hr> ! <!--/%hypertext --> <A name="transferlog"><h2>TransferLog</h2></A> <!--%plaintext <?INDEX {\tt TransferLog} directive> --> --- 51,63 ---- any headers. </dl> ! <h2>Directives</h2> <ul> <li><A HREF="#transferlog">TransferLog</A> </ul> <hr> ! <A name="transferlog"><h2>TransferLog</h2></A> <!--%plaintext <?INDEX {\tt TransferLog} directive> --> *************** *** 83,93 **** 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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 81,87 ---- 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> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +6 -11 apache/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_config.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_log_config.html 1996/11/21 08:12:50 1.1 --- mod_log_config.html 1996/11/21 10:30:50 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_log_config</h1> This module is contained in the <code>mod_log_config.c</code> file, and is not --- 5,11 ---- </HEAD> <BODY> ! <!--#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,95 **** changes to come to this format.<p> ! <!--%hypertext --> <h2>Directives</h2> --- 87,93 ---- changes to come to this format.<p> ! <h2>Directives</h2> *************** *** 98,104 **** <li><A HREF="#transferlog">TransferLog</A> </ul> <hr> ! <!--/%hypertext --> <A name="logformat"><h2>LogFormat</h2></A> <!--%plaintext <?INDEX {\tt LogFormat} directive> --> --- 96,102 ---- <li><A HREF="#transferlog">TransferLog</A> </ul> <hr> ! <A name="logformat"><h2>LogFormat</h2></A> <!--%plaintext <?INDEX {\tt LogFormat} directive> --> *************** *** 134,144 **** 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> ! </BODY> </HTML> ! <!--/%hypertext --> --- 132,139 ---- 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> ! <!--#include virtual="footer.html" --> </BODY> </HTML> ! ! 1.2 +5 -10 apache/htdocs/manual/mod/mod_log_referer.html Index: mod_log_referer.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_referer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_log_referer.html 1996/11/21 08:12:50 1.1 --- mod_log_referer.html 1996/11/21 10:30:50 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_log_referer</h1> This module is contained in the <code>mod_log_referer.c</code> file, and is not --- 5,11 ---- </HEAD> <BODY> ! <!--#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,35 **** 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> --> --- 20,33 ---- the one requested by the client, and <em>document</em> is the (%-decoded) local URL to the document being referred to. ! <h2>Directives</h2> <ul> <li><A HREF="#refererignore">RefererIgnore</A> <li><A HREF="#refererlog">RefererLog</A> </ul> <hr> ! <A name="refererignore"><h2>RefererIgnore</h2></A> <!--%plaintext <?INDEX {\tt RefererIgnore} directive> --> *************** *** 70,80 **** 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> </BODY> </HTML> ! <!--/%hypertext --> --- 68,75 ---- was started by root; be sure that the program is secure.<p> This directive is provided for compatibility with NCSA 1.4.<p> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +5 -10 apache/htdocs/manual/mod/mod_mime.html Index: mod_mime.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_mime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_mime.html 1996/11/21 08:12:51 1.1 --- mod_mime.html 1996/11/21 10:30:51 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_mime</h1> This module is contained in the <code>mod_mime.c</code> file, and is --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Module mod_mime</h1> This module is contained in the <code>mod_mime.c</code> file, and is *************** *** 31,37 **** <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> --- 29,35 ---- <em>enc</em> directive sets the encoding of the document, as defined by the <A HREF="#addencoding">AddEncoding</A> directive. ! <h2> Directives</h2> <ul> <li><A HREF="#addencoding">AddEncoding</A> *************** *** 43,49 **** <li><A HREF="#typesconfig">TypesConfig</A> </ul> <hr> ! <!--/%hypertext --> <A name="addencoding"><h2>AddEncoding</h2></A> <!--%plaintext <?INDEX {\tt AddEncoding} directive> --> --- 41,47 ---- <li><A HREF="#typesconfig">TypesConfig</A> </ul> <hr> ! <A name="addencoding"><h2>AddEncoding</h2></A> <!--%plaintext <?INDEX {\tt AddEncoding} directive> --> *************** *** 200,210 **** <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> </BODY> </HTML> ! <!--/%hypertext --> --- 198,205 ---- <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> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +8 -12 apache/htdocs/manual/mod/mod_negotiation.html Index: mod_negotiation.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_negotiation.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_negotiation.html 1996/11/21 08:12:51 1.1 --- mod_negotiation.html 1996/11/21 10:30:52 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,13 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <H1>Module mod_negotiation</h1> This module is contained in the <code>mod_negotiation.c</code> file, and --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Module mod_negotiation</h1> This module is contained in the <code>mod_negotiation.c</code> file, and *************** *** 83,96 **** 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> --- 81,94 ---- requirements, and returns that document.<p> ! <h2>Directives</h2> <ul> <li><A href="#cachenegotiateddocs">CacheNegotiatedDocs</a> <li><A HREF="#languagepriority">LanguagePriority</A> </ul> <hr> ! <A name="cachenegotiateddocs"><h2>CacheNegotiatedDocs</h2></A> <strong>Syntax:</strong> CacheNegotiatedDocs<br> *************** *** 106,112 **** 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> --- 104,110 ---- retrieve versions of the documents that are not the best match for their abilities, but it will make caching more efficient.</p> ! <A name="languagepriority"><h2>LanguagePriority</h2></A> <!--%plaintext <?INDEX {\tt LanguagePriority} directive> --> <strong>Syntax:</strong> LanguagePriority <em>mime-lang mime-lang...</em><br> *************** *** 119,134 **** 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> </BODY> </HTML> ! <!--/%hypertext --> --- 117,130 ---- 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> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +2 -6 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_proxy.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_proxy.html 1996/11/21 08:12:52 1.1 --- mod_proxy.html 1996/11/21 10:30:52 1.2 *************** *** 5,11 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> <H1>Apache module mod_proxy</h1> This module is contained in the <code>mod_proxy.c</code> file, and --- 5,11 ---- </HEAD> <BODY> ! <!--#include virtual="header.html" --> <H1>Apache module mod_proxy</h1> This module is contained in the <code>mod_proxy.c</code> file, and *************** *** 202,212 **** 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> ! </BODY> </HTML> --- 202,208 ---- NoCache joes.garage.com some.host.co.uk wotsamattau.edu </pre> ! <!--#include virtual="footer.html" --> </BODY> </HTML> 1.2 +5 -11 apache/htdocs/manual/mod/mod_status.html Index: mod_status.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_status.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_status.html 1996/11/21 08:12:52 1.1 --- mod_status.html 1996/11/21 10:30:53 1.2 *************** *** 1,10 **** <html><head> ! <title>Apache Status Module</title> </head><body> ! <img src="../images/apache_sub.gif" alt=""> ! <h1>Apache Status Module</h1> ! <hr> The Status Module is only available in Apache 1.1 and later.<p> --- 1,9 ---- <html><head> ! <title>Apache module mod_status</title> </head><body> ! <!--#include virtual="header.html" --> ! <h1>Module mod_status</h1> The Status Module is only available in Apache 1.1 and later.<p> *************** *** 76,94 **** [EMAIL PROTECTED]</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> ! </BODY> </HTML> --- 75,88 ---- [EMAIL PROTECTED]</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> ! <!--#include virtual="footer.html" --> </BODY> </HTML> 1.2 +5 -10 apache/htdocs/manual/mod/mod_userdir.html Index: mod_userdir.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_userdir.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_userdir.html 1996/11/21 08:12:53 1.1 --- mod_userdir.html 1996/11/21 10:30:53 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,24 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --> --- 5,22 ---- </HEAD> <BODY> ! <!--#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. ! <ul> <li><A HREF="#userdir">UserDir</A> </ul> <hr> ! <A name="userdir"><h2>UserDir</h2></A> <!--%plaintext <?INDEX {\tt UserDir} directive> --> *************** *** 44,54 **** 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> </BODY> </HTML> ! <!--/%hypertext --> --- 42,49 ---- 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> + <!--#include virtual="footer.html" --> </BODY> </HTML> ! 1.2 +4 -10 apache/htdocs/manual/mod/mod_usertrack.html Index: mod_usertrack.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_usertrack.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** mod_usertrack.html 1996/11/21 08:12:53 1.1 --- mod_usertrack.html 1996/11/21 10:30:54 1.2 *************** *** 1,4 **** - <!--%hypertext --> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> --- 1,3 ---- *************** *** 6,25 **** </HEAD> <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <!--/%hypertext --> <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> --> --- 5,22 ---- </HEAD> <BODY> ! <!--#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. <menu> <li><A HREF="#cookielog">CookieLog</A> </menu> <hr> ! <A name="cookielog"><h2>CookieLog</h2></A> <!--%plaintext <?INDEX {\tt CookieLog} directive> --> *************** *** 31,41 **** 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> </BODY> </HTML> ! <!--/%hypertext --> --- 28,35 ---- The CookieLog directive sets the filename for logging of cookies. The filename is relative to the <A HREF="core.html#serverroot">ServerRoot</A>. <p> + <!--#include virtual="footer.html" --> </BODY> </HTML> !