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:19:41 UTC

cvs commit: apache/src Configuration.tmpl Makefile.tmpl

brian       97/01/24 02:19:40

  Modified:    src       Configuration.tmpl Makefile.tmpl
  Log:
  Removed mention of FastCGI, now that it's no longer part of the distribution.
  
  Revision  Changes    Path
  1.54      +0 -7      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -C3 -r1.53 -r1.54
  *** Configuration.tmpl	1996/12/24 19:14:24	1.53
  --- Configuration.tmpl	1997/01/24 10:19:38	1.54
  ***************
  *** 229,241 ****
    
    # 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
  - 
    ## Finally, the proxy module.  It's not as complete as it could be yet.
    ## But it's getting there.
    
  --- 229,234 ----
  
  
  
  1.38      +0 -2      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -C3 -r1.37 -r1.38
  *** Makefile.tmpl	1997/01/21 00:12:23	1.37
  --- Makefile.tmpl	1997/01/24 10:19:39	1.38
  ***************
  *** 94,101 ****
    mod_dld.o: httpd.h http_config.h http_conf_globals.h
    mod_env.o: httpd.h http_config.h
    mod_expires.o: httpd.h http_config.h http_log.h
  - mod_fastcgi.o: httpd.h http_config.h http_request.h http_core.h http_log.h \
  -                http_protocol.h http_main.h util_script.h http_conf_globals.h
    mod_headers.o: httpd.h http_config.h
    mod_imap.o: httpd.h http_config.h http_request.h http_core.h http_protocol.h \
                http_main.h http_log.h util_script.h
  --- 94,99 ----