brian 96/09/30 20:25:43
Modified: src Configuration.tmpl
Log:
Reviewed by: Brian Behlendorf
Submitted by: Mark Brown, [EMAIL PROTECTED]
Cosmetic changes to description of mod_fastcgi's purpose and requirements.
Revision Changes Path
1.42 +5 -5 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.41
retrieving revision 1.42
diff -C3 -r1.41 -r1.42
*** Configuration.tmpl 1996/09/28 17:30:43 1.41
--- Configuration.tmpl 1996/10/01 03:25:41 1.42
***************
*** 1,4 ****
! # $Id: Configuration.tmpl,v 1.41 1996/09/28 17:30:43 jim Exp $
# Config file for the Apache httpd.
# Configuration.tmpl is the template for Configuration. Configuration should
--- 1,4 ----
! # $Id: Configuration.tmpl,v 1.42 1996/10/01 03:25:41 brian Exp $
# Config file for the Apache httpd.
# Configuration.tmpl is the template for Configuration. Configuration should
***************
*** 225,234 ****
# 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
--- 225,234 ----
# Module usertrack_module mod_usertrack.o
! ## FastCGI is a high-performance alternative to CGI. To develop a
! ## FastCGI application in your chosen language (Perl, C, etc.) you'll
! ## need a FastCGI library for that language; libraries, and complete
! ## information on FastCGI, are available from http://www.fastcgi.com/.
# Module fastcgi_module mod_fastcgi.o