pcs         97/09/11 06:59:32

  Modified:    htdocs/manual/mod index.html mod_browser.html
  Log:
  Add link to mod_setenvif docs. Add placeholder for mod_unique_id. Put
  proxy & rewrite into alphabetic order. Note the modules which are not longer
  part of Apache 1.3 (mod_browser, mod_auth_msql).
  
  Revision  Changes    Path
  1.19      +10 -5     apachen/htdocs/manual/mod/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/index.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- index.html        1997/07/22 20:47:40     1.18
  +++ index.html        1997/09/11 13:59:30     1.19
  @@ -42,12 +42,13 @@
   <dd>User authentication using Berkeley DB files.
   <dt><A HREF="mod_auth_dbm.html">mod_auth_dbm</A>
   <dd>User authentication using DBM files.
  -<dt><A HREF="mod_auth_msql.html">mod_auth_msql</A>
  +<dt><A HREF="mod_auth_msql.html">mod_auth_msql</A> Apache 1.2.* and earlier
   <dd>User authentication using mSQL files.
   <dt><A HREF="mod_autoindex.html">mod_autoindex</A>
   <dd>Automatic directory listings.
  -<dt><A HREF="mod_browser.html">mod_browser</A> Apache 1.2 and up
  -<dd>Set environment variables based on User-Agent strings
  +<dt><A HREF="mod_browser.html">mod_browser</A> Apache 1.2.* only
  +<dd>Set environment variables based on User-Agent strings. Replaced by 
  + mod_setenvif in Apache 1.3 and up
   <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>
  @@ -94,14 +95,18 @@
   <dd>Determining document types using "magic numbers".
   <dt><A HREF="mod_negotiation.html">mod_negotiation</A>
   <dd>Content negotiation.
  -<dt><A HREF="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_rewrite.html">mod_rewrite</a> Apache 1.2 and up
  +<dd>Powerful URI-to-filename mapping using regular expressions
  +<dt><A HREF="mod_setenvif.html">mod_setenvif</a> Apache 1.3 and up
  +<dd>Set environment variables based on client information
   <dt><A HREF="mod_status.html">mod_status</a>
   <dd>Server status display
   <dt><A HREF="mod_userdir.html">mod_userdir</A>
   <dd>User home directories.
  +<dt><xA HREF="mod_unique_id.html">mod_unique_id</A> Apache 1.3 and up
  +<dd>Generate unique request identifier for every request
   <dt><A HREF="mod_usertrack.html">mod_usertrack</A> Apache 1.2 and up
   <dd>User tracking using Cookies (replacement for mod_cookies.c)
   </dl>
  
  
  
  1.11      +5 -2      apachen/htdocs/manual/mod/mod_browser.html
  
  Index: mod_browser.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_browser.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_browser.html  1997/08/01 12:05:05     1.10
  +++ mod_browser.html  1997/09/11 13:59:30     1.11
  @@ -16,8 +16,11 @@
   <H1 ALIGN="CENTER">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
  -setting environment variables based on the browser.
  +is compiled in by default. It provides for setting environment
  +variables based on the browser. This module is part of Apache 1.2.*
  +only. From Apache 1.3 onwards <code><a
  +href="mod_setenvif.html">mod_setenvif</a></code> provides the functionality
  +of this module.
   
   <h2>Summary</h2>
   
  
  
  

Reply via email to