Received: by taz.hyperreal.com (8.7.5/V2.0) id PAA12373; Fri, 27 Sep 1996 15:11:20 -0700 (PDT) Received: by taz.hyperreal.com (8.7.5/V2.0) id PAA12364; Fri, 27 Sep 1996 15:11:18 -0700 (PDT) Date: Fri, 27 Sep 1996 15:11:18 -0700 (PDT) From: Brian Behlendorf Message-Id: <199609272211.PAA12364@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src mod_fastcgi.c Configuration.tmpl Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com brian 96/09/27 15:11:17 Modified: src Configuration.tmpl Added: src mod_fastcgi.c Log: Submitted by: Mark Brown, mbrown@openmarket.com Added an entry to Configuration for mod_fastcgi.c. Revision Changes Path 1.40 +8 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.39 retrieving revision 1.40 diff -C3 -r1.39 -r1.40 *** Configuration.tmpl 1996/09/27 08:55:50 1.39 --- Configuration.tmpl 1996/09/27 22:11:13 1.40 *************** *** 1,4 **** ! # $Id: Configuration.tmpl,v 1.39 1996/09/27 08:55:50 mjc Exp $ # Config file for the Apache httpd. # Configuration.tmpl is the template for Configuration. Configuration should --- 1,4 ---- ! # $Id: Configuration.tmpl,v 1.40 1996/09/27 22:11:13 brian Exp $ # Config file for the Apache httpd. # Configuration.tmpl is the template for Configuration. Configuration should *************** *** 224,229 **** --- 224,236 ---- ## to use Cookies. This module is for user tracking only # Module usertrack_module mod_usertrack.o + + ## FastCGI is a high-performance alternative to CGI. For more information + ## consult http://www.fastcgi.com/. Note that you still need to get the + ## FastCGI Developers' Kit for the fastcgi daemon; mod_fastcgi is simply + ## the Apache interface to that. + + # Module fastcgi_module mod_fastcgi.o ## Finally, the proxy module. It's not as complete as it could ## be yet, so use at your own risk.