You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1997/01/24 11:18:18 UTC

cvs commit: apache/htdocs/manual/mod index.html

brian       97/01/24 02:18:17

  Modified:    htdocs/manual  new_features_1_2.html
               htdocs/manual/mod  index.html
  Log:
  Removed mention of FastCGI module, now that it's been removed.
  
  Revision  Changes    Path
  1.23      +0 -6      apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -C3 -r1.22 -r1.23
  *** new_features_1_2.html	1997/01/10 08:23:45	1.22
  --- new_features_1_2.html	1997/01/24 10:18:08	1.23
  ***************
  *** 85,96 ****
    module can provide powerful URL mapping, using regular
    expressions. There's nothing this module can't do!
    
  - <li><b><a href="mod/mod_fastcgi.html">Optional FastCGI Module Included</a></b><br>
  - FastCGI is a high-performance alternative to CGI. FastCGI gets its speed by having the Web server keep the
  - application processes running between requests. So, unlike CGI, you do not have the overhead of starting up
  - a new process and doing application initialization (e.g. connecting to a database) each time somebody requests
  - a document. The processes start up with the Web server and keep on running.
  - 
    <li><b><a href="mod/mod_log_config.html">Enhanced, Configurable
    Logging</a></b><br>
    The optional <code>mod_log_config</code> included with earlier
  --- 85,90 ----
  
  
  
  1.9       +0 -2      apache/htdocs/manual/mod/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/index.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** index.html	1996/12/03 16:51:04	1.8
  --- index.html	1997/01/24 10:18:16	1.9
  ***************
  *** 48,55 ****
    <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 HREF="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>
  --- 48,53 ----