mjc 96/11/21 06:35:20
Modified: htdocs/manual/mod index.html
Log:
Add more missing modules that are in 1.2
Revision Changes Path
1.5 +8 -0 apache/htdocs/manual/mod/index.html
Index: index.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** index.html 1996/11/21 14:29:18 1.4
--- index.html 1996/11/21 14:35:19 1.5
***************
*** 29,34 ****
--- 29,36 ----
<dd>User authentication using DBM files.
<dt><A HREF="mod_auth_msql.html">mod_auth_msql</A>
<dd>User authentication using mSQL files.
+ <dt><A NAME="mod_browser.html">mod_browser</A> Apache 1.2 and up
+ <dd>Set environment variables based on User-Agent strings
<dt><A HREF="mod_cern_meta.html">mod_cern_meta</a>
<dd>Support for HTTP header metafiles.
<dt><A HREF="mod_cgi.html">mod_cgi</A>
***************
*** 44,51 ****
--- 46,57 ----
<dd>Start-time linking with the GNU libdld.
<dt><A HREF="mod_env.html">mod_env</A>
<dd>Passing of environments to CGI scripts
+ <dt><A NAME="mod_expires.html">mod_expires</A> Apache 1.2 and up
+ <dd>Apply Expires: headers to resources
<dt><A HREF="mod_fastcgi.html">mod_fastcgi</A> Apache 1.2 and up
<dd>A high-performance alternative to CGI for a variety of languages
+ <dt><A NAME="mod_headers.html">mod_headers</A> Apache 1.2 and up
+ <dd>Add arbitrary HTTP headers to resources
<dt><A HREF="mod_imap.html">mod_imap</A>
<dd>The imagemap file handler.
<dt><A HREF="mod_include.html">mod_include</A>
***************
*** 65,70 ****
--- 71,78 ----
<dd>Determining document types.
<dt><A HREF="mod_negotiation.html">mod_negotiation</A>
<dd>Content negotation.
+ <dt><A NAME="mod_rewrite.html">mod_rewrite</a> Apache 1.2 and up
+ <dd>Powerful URI-to-filename mapping using regular expressions
<dt><A HREF="mod_proxy.html">mod_proxy</A>
<dd>Caching proxy abilities
<dt><A HREF="mod_status.html">mod_status</a>