Mailing List Archive

cvs commit: apache/htdocs/manual/mod core.html directives.html header.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_browser.html mod
coar 97/06/04 09:14:40

Modified: htdocs/manual/mod core.html directives.html header.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_browser.html mod_cern_meta.html mod_cgi.html
mod_cookies.html mod_digest.html mod_dir.html
mod_dld.html mod_env.html mod_example.html
mod_expires.html mod_headers.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_rewrite.html mod_status.html mod_userdir.html
mod_usertrack.html
Log:
Online docs appearance rework, pass 1 phase 3: module descriptions.
This is the end of this pass for the online manual.

Revision Changes Path
1.56 +10 -3 apache/htdocs/manual/mod/core.html

Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -C3 -r1.55 -r1.56
*** core.html 1997/05/04 20:11:53 1.55
--- core.html 1997/06/04 16:14:13 1.56
***************
*** 1,13 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache Core Features</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->

! <H1>Apache Core Features</h1>

These configuration parameters control the core Apache features, and are
always available.
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache Core Features</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <H1 ALIGN="CENTER">Apache Core Features</h1>

These configuration parameters control the core Apache features, and are
always available.



1.20 +10 -3 apache/htdocs/manual/mod/directives.html

Index: directives.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/directives.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -C3 -r1.19 -r1.20
*** directives.html 1997/06/02 20:19:56 1.19
--- directives.html 1997/06/04 16:14:14 1.20
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache directives</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Apache directives</H1>

<ul>
<li><A HREF="core.html#accessconfig">AccessConfig</A>
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache directives</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache directives</H1>

<ul>
<li><A HREF="core.html#accessconfig">AccessConfig</A>



1.2 +3 -1 apache/htdocs/manual/mod/header.html

Index: header.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/header.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** header.html 1996/11/21 09:32:58 1.1
--- header.html 1997/06/04 16:14:14 1.2
***************
*** 1 ****
! <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
--- 1,3 ----
! <DIV ALIGN="CENTER">
! <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
! </DIV>



1.13 +10 -3 apache/htdocs/manual/mod/index.html

Index: index.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/index.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C3 -r1.12 -r1.13
*** index.html 1997/04/11 22:37:00 1.12
--- index.html 1997/06/04 16:14:14 1.13
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache modules</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Apache modules</h1>

<P>
Below is a list of all of the modules that come as part of the
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache modules</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache modules</h1>

<P>
Below is a list of all of the modules that come as part of the



1.8 +10 -3 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.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** mod_access.html 1997/05/01 05:26:50 1.7
--- mod_access.html 1997/06/04 16:14:14 1.8
***************
*** 1,13 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_access</TITLE>
</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
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_access</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <H1 ALIGN="CENTER">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



1.4 +10 -3 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.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_actions.html 1996/12/02 18:13:59 1.3
--- mod_actions.html 1997/06/04 16:14:14 1.4
***************
*** 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
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Module mod_actions</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">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.10 +10 -3 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.9
retrieving revision 1.10
diff -C3 -r1.9 -r1.10
*** mod_alias.html 1997/05/07 19:24:36 1.9
--- mod_alias.html 1997/06/04 16:14:15 1.10
***************
*** 1,13 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_alias</TITLE>
</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
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_alias</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <H1 ALIGN="CENTER">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



1.3 +10 -3 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.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** mod_asis.html 1996/11/21 10:30:38 1.2
--- mod_asis.html 1997/06/04 16:14:15 1.3
***************
*** 1,13 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_asis</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->

! <H1>Module mod_asis</h1>

This module is contained in the <code>mod_asis.c</code> file, and
is compiled in by default. It provides for <code>.asis</code> files. Any
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_asis</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <H1 ALIGN="CENTER">Module mod_asis</h1>

This module is contained in the <code>mod_asis.c</code> file, and
is compiled in by default. It provides for <code>.asis</code> files. Any



1.8 +10 -3 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.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** mod_auth.html 1997/05/01 05:26:51 1.7
--- mod_auth.html 1997/06/04 16:14:15 1.8
***************
*** 1,13 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_auth</TITLE>
</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
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_auth</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <H1 ALIGN="CENTER">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



1.8 +10 -3 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.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** mod_auth_anon.html 1997/06/02 20:19:57 1.7
--- mod_auth_anon.html 1997/06/04 16:14:15 1.8
***************
*** 1,11 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache 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 not compiled in by default. It is only available in Apache 1.1 and
--- 1,18 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_auth_anon.c</TITLE>
</HEAD>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_auth_anon</H1>

This module is contained in the <code>mod_auth_anon.c</code> file and
is not compiled in by default. It is only available in Apache 1.1 and



1.9 +10 -3 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.8
retrieving revision 1.9
diff -C3 -r1.8 -r1.9
*** mod_auth_db.html 1997/05/01 05:59:55 1.8
--- mod_auth_db.html 1997/06/04 16:14:16 1.9
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_auth_db</TITLE>
</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
is not compiled in by default. It provides for user authentication using
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_auth_db</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_auth_db</h1>

This module is contained in the <code>mod_auth_db.c</code> file, and
is not compiled in by default. It provides for user authentication using



1.10 +10 -3 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.9
retrieving revision 1.10
diff -C3 -r1.9 -r1.10
*** mod_auth_dbm.html 1997/05/01 05:59:55 1.9
--- mod_auth_dbm.html 1997/06/04 16:14:17 1.10
***************
*** 1,13 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_auth_dbm</TITLE>
</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
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_auth_dbm</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <H1 ALIGN="CENTER">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



1.6 +10 -2 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_auth_msql.html 1997/05/01 05:26:52 1.5
--- mod_auth_msql.html 1997/06/04 16:14:17 1.6
***************
*** 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
--- 1,18 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Module mod_auth_msql</title>
</head>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">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.9 +10 -3 apache/htdocs/manual/mod/mod_browser.html

Index: mod_browser.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_browser.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C3 -r1.8 -r1.9
*** mod_browser.html 1997/05/01 05:26:52 1.8
--- mod_browser.html 1997/06/04 16:14:18 1.9
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_browser</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Apache module mod_browser</h1>

This module is contained in the <code>mod_browser.c</code> file, and
is compiled in by default with Apache 1.2 and above. It provides for
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_browser</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache module mod_browser</h1>

This module is contained in the <code>mod_browser.c</code> file, and
is compiled in by default with Apache 1.2 and above. It provides for



1.6 +10 -3 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_cern_meta.html 1997/05/01 05:26:52 1.5
--- mod_cern_meta.html 1997/06/04 16:14:18 1.6
***************
*** 1,12 ****
! <!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
is not compiled in by default. It provides for CERN httpd metafile
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Module mod_cern_meta</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache module mod_cern_meta</h1>

This module is contained in the <code>mod_cern_meta.c</code> file, and
is not compiled in by default. It provides for CERN httpd metafile



1.10 +10 -4 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.9
retrieving revision 1.10
diff -C3 -r1.9 -r1.10
*** mod_cgi.html 1997/05/05 01:48:54 1.9
--- mod_cgi.html 1997/06/04 16:14:18 1.10
***************
*** 1,14 ****
!
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Apache module mod_cgi</title>
</head>

! <body>
<!--#include virtual="header.html" -->

! <h1>Module mod_cgi</h1>

This module is contained in the <code>mod_cgi.c</code> file, and
is compiled in by default. It provides for execution of CGI scripts.
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Apache module mod_cgi</title>
</head>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <h1 ALIGN="CENTER">Module mod_cgi</h1>

This module is contained in the <code>mod_cgi.c</code> file, and
is compiled in by default. It provides for execution of CGI scripts.



1.4 +10 -3 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.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_cookies.html 1997/05/01 05:26:53 1.3
--- mod_cookies.html 1997/06/04 16:14:18 1.4
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_cookies</TITLE>
</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.
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_cookies</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">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.



1.6 +10 -3 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_digest.html 1997/05/01 05:26:54 1.5
--- mod_digest.html 1997/06/04 16:14:19 1.6
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_digest</TITLE>
</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
not compiled in by default. It is only available in Apache 1.1 and
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_digest</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_digest</h1>

This module is contained in the <code>mod_digest.c</code> file, and is
not compiled in by default. It is only available in Apache 1.1 and



1.6 +10 -3 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_dir.html 1997/06/02 20:19:57 1.5
--- mod_dir.html 1997/06/04 16:14:19 1.6
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_dir</TITLE>
</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.
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_dir</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">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.



1.4 +10 -3 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.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_dld.html 1997/05/01 05:26:55 1.3
--- mod_dld.html 1997/06/04 16:14:19 1.4
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_dld</TITLE>
</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
compiled in by default. It provides for loading of executable code
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_dld</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_dld</h1>

This module is contained in the <code>mod_dld.c</code> file, and is not
compiled in by default. It provides for loading of executable code



1.6 +10 -3 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_env.html 1997/05/01 05:26:55 1.5
--- mod_env.html 1997/06/04 16:14:20 1.6
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_env</TITLE>
</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
is not compiled in by default. It provides for
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_env</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache module mod_env</h1>

This module is contained in the <code>mod_env.c</code> file, and
is not compiled in by default. It provides for



1.3 +10 -3 apache/htdocs/manual/mod/mod_example.html

Index: mod_example.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_example.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** mod_example.html 1997/05/01 05:26:56 1.2
--- mod_example.html 1997/06/04 16:14:20 1.3
***************
*** 1,11 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_example</TITLE>
</HEAD>
! <BODY>
<!--#include virtual="header.html" -->
! <H1>Module mod_example</h1>
<P>
This module is contained in the <CODE>modules/mod_example.c</CODE> file, and
<STRONG>is not</STRONG> compiled in by default. It illustrates many of
--- 1,18 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_example</TITLE>
</HEAD>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_example</h1>
<P>
This module is contained in the <CODE>modules/mod_example.c</CODE> file, and
<STRONG>is not</STRONG> compiled in by default. It illustrates many of



1.4 +10 -3 apache/htdocs/manual/mod/mod_expires.html

Index: mod_expires.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_expires.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_expires.html 1997/05/01 05:26:57 1.3
--- mod_expires.html 1997/06/04 16:14:20 1.4
***************
*** 1,11 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_expires</TITLE>
</HEAD>
! <BODY>
<!--#include virtual="header.html" -->
! <H1>Module mod_expires</H1>
<P>
This module is contained in the <CODE>mod_expires.c</CODE> file, and
is <STRONG>not</STRONG> compiled in by default. It provides for the
--- 1,18 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_expires</TITLE>
</HEAD>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_expires</H1>
<P>
This module is contained in the <CODE>mod_expires.c</CODE> file, and
is <STRONG>not</STRONG> compiled in by default. It provides for the



1.4 +10 -3 apache/htdocs/manual/mod/mod_headers.html

Index: mod_headers.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_headers.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_headers.html 1997/05/01 05:26:57 1.3
--- mod_headers.html 1997/06/04 16:14:20 1.4
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_headers</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <h1>Headers Module</h1>

The optional headers module allows for the customization of HTTP
response headers. Headers can be merged, replaced or removed. The
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_headers</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <h1 ALIGN="CENTER">Headers Module</h1>

The optional headers module allows for the customization of HTTP
response headers. Headers can be merged, replaced or removed. The



1.6 +10 -3 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_imap.html 1997/05/01 05:26:58 1.5
--- mod_imap.html 1997/06/04 16:14:21 1.6
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Apache module mod_imap</title>
</head>

! <body>
<!--#include virtual="header.html" -->
! <h1>Module mod_imap</h1>

This module is contained in the <code>mod_imap.c</code> file, and is
compiled in by default. It provides for <code>.map</code> files,
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Apache module mod_imap</title>
</head>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <h1 ALIGN="CENTER">Module mod_imap</h1>

This module is contained in the <code>mod_imap.c</code> file, and is
compiled in by default. It provides for <code>.map</code> files,



1.13 +10 -3 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.12
retrieving revision 1.13
diff -C3 -r1.12 -r1.13
*** mod_include.html 1997/05/29 12:00:07 1.12
--- mod_include.html 1997/06/04 16:14:21 1.13
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_include</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Module mod_include</H1>

This module is contained in the <code>mod_include.c</code> file, and
is compiled in by default. It provides for server-parsed html
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_include</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_include</H1>

This module is contained in the <code>mod_include.c</code> file, and
is compiled in by default. It provides for server-parsed html



1.4 +10 -3 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.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_info.html 1997/02/27 02:56:32 1.3
--- mod_info.html 1997/06/04 16:14:21 1.4
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Apache module mod_info</title>
</head>

! <body>
<!--#include virtual="header.html" -->
! <h1>Module mod_info</h1>

This module is contained in the <code>mod_info.c</code> file. It
provides a comprehensive overview of the server configuration
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Apache module mod_info</title>
</head>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <h1 ALIGN="CENTER">Module mod_info</h1>

This module is contained in the <code>mod_info.c</code> file. It
provides a comprehensive overview of the server configuration



1.5 +10 -3 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.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** mod_log_agent.html 1997/05/01 05:26:58 1.4
--- mod_log_agent.html 1997/06/04 16:14:21 1.5
***************
*** 1,12 ****
! <!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.
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Module mod_log_agent</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">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.



1.6 +10 -3 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_log_common.html 1997/05/01 05:26:59 1.5
--- mod_log_common.html 1997/06/04 16:14:22 1.6
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_log_common</TITLE>
</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 compiled in by default. It provides for logging of the requests
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_log_common</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_log_common</h1>

This module is contained in the <code>mod_log_common.c</code> file,
and is compiled in by default. It provides for logging of the requests



1.18 +10 -3 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.17
retrieving revision 1.18
diff -C3 -r1.17 -r1.18
*** mod_log_config.html 1997/05/04 20:47:46 1.17
--- mod_log_config.html 1997/06/04 16:14:22 1.18
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_log_config</TITLE>
</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 compiled in by default in Apache 1.2. mod_log_config replaces
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_log_config</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_log_config</h1>

This module is contained in the <code>mod_log_config.c</code> file,
and is compiled in by default in Apache 1.2. mod_log_config replaces



1.5 +10 -3 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.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** mod_log_referer.html 1997/05/01 05:27:00 1.4
--- mod_log_referer.html 1997/06/04 16:14:22 1.5
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_log_referer</TITLE>
</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
compiled in by default. It provides for logging of the documents which
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_log_referer</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_log_referer</h1>

This module is contained in the <code>mod_log_referer.c</code> file, and is not
compiled in by default. It provides for logging of the documents which



1.11 +10 -3 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.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** mod_mime.html 1997/06/02 21:05:32 1.10
--- mod_mime.html 1997/06/04 16:14:22 1.11
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_mime</TITLE>
</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
compiled in by default. It provides for determining the types of files
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_mime</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_mime</h1>

This module is contained in the <code>mod_mime.c</code> file, and is
compiled in by default. It provides for determining the types of files



1.6 +10 -3 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_negotiation.html 1997/05/01 05:27:01 1.5
--- mod_negotiation.html 1997/06/04 16:14:23 1.6
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_negotiation</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Module mod_negotiation</h1>

This module is contained in the <code>mod_negotiation.c</code> file,
and is compiled in by default. It provides for <A
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_negotiation</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_negotiation</h1>

This module is contained in the <code>mod_negotiation.c</code> file,
and is compiled in by default. It provides for <A



1.22 +10 -3 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.21
retrieving revision 1.22
diff -C3 -r1.21 -r1.22
*** mod_proxy.html 1997/05/09 09:23:02 1.21
--- mod_proxy.html 1997/06/04 16:14:23 1.22
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_proxy</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Apache module mod_proxy</h1>

This module is contained in the <code>mod_proxy.c</code> file for Apache 1.1.x,
or the <code>modules/proxy</code> subdirectory for Apache 1.2, and
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_proxy</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache module mod_proxy</h1>

This module is contained in the <code>mod_proxy.c</code> file for Apache 1.1.x,
or the <code>modules/proxy</code> subdirectory for Apache 1.2, and



1.9 +10 -2 apache/htdocs/manual/mod/mod_rewrite.html

Index: mod_rewrite.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_rewrite.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C3 -r1.8 -r1.9
*** mod_rewrite.html 1997/05/01 05:27:02 1.8
--- mod_rewrite.html 1997/06/04 16:14:23 1.9
***************
*** 1,3 ****
--- 1,4 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--%hypertext -->
<!-- mod_rewrite.html -->
<!-- Documentation for the mod_rewrite Apache module -->
***************
*** 6,15 ****
<title>Apache module mod_rewrite</title>
</head>

! <body>
<!--#include virtual="header.html" -->

! <h1>Module mod_rewrite (Version 3.0)</h1>

This module is contained in the <code>mod_rewrite.c</code> file, with Apache
1.2 and later. It provides a rule-based rewriting engine to rewrite requested
--- 7,23 ----
<title>Apache module mod_rewrite</title>
</head>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <h1 ALIGN="CENTER">Module mod_rewrite (Version 3.0)</h1>

This module is contained in the <code>mod_rewrite.c</code> file, with Apache
1.2 and later. It provides a rule-based rewriting engine to rewrite requested



1.6 +10 -2 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.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_status.html 1997/05/10 05:43:25 1.5
--- mod_status.html 1997/06/04 16:14:24 1.6
***************
*** 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>

--- 1,17 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<title>Apache module mod_status</title>
! </head><!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >

<!--#include virtual="header.html" -->
! <h1 ALIGN="CENTER">Module mod_status</h1>

The Status Module is only available in Apache 1.1 and later.<p>




1.7 +10 -3 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.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** mod_userdir.html 1997/05/01 05:27:02 1.6
--- mod_userdir.html 1997/06/04 16:14:24 1.7
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_userdir</TITLE>
</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.
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_userdir</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">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.



1.11 +10 -3 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.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** mod_usertrack.html 1997/05/01 05:27:03 1.10
--- mod_usertrack.html 1997/06/04 16:14:24 1.11
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_usertrack</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Module mod_usertrack</h1>

Previous releases of Apache have included a module which generates a
'clickstream' log of user activity on a site using cookies. This was
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_usertrack</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Module mod_usertrack</h1>

Previous releases of Apache have included a module which generates a
'clickstream' log of user activity on a site using cookies. This was