brian 96/09/27 15:11:17
Modified: src Configuration.tmpl Added: src mod_fastcgi.c Log: Submitted by: Mark Brown, [EMAIL PROTECTED] 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.