fielding 96/10/25 20:47:48
Modified: src Configuration.tmpl Log: Just fixed an old comment. Revision Changes Path 1.47 +2 -3 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.46 retrieving revision 1.47 diff -C3 -r1.46 -r1.47 *** Configuration.tmpl 1996/10/22 04:21:43 1.46 --- Configuration.tmpl 1996/10/26 03:47:47 1.47 *************** *** 1,4 **** ! # $Id: Configuration.tmpl,v 1.46 1996/10/22 04:21:43 akosut Exp $ # Config file for the Apache httpd. # Configuration.tmpl is the template for Configuration. Configuration should --- 1,4 ---- ! # $Id: Configuration.tmpl,v 1.47 1996/10/26 03:47:47 fielding Exp $ # Config file for the Apache httpd. # Configuration.tmpl is the template for Configuration. Configuration should *************** *** 142,149 **** Module browser_module mod_browser.o ## Optional modules for NCSA user-agent/referer logging compatibility ! ## We recommend, however, that you migrate to the configurable logging ! ## module, below. # Module agent_log_module mod_log_agent.o # Module referer_log_module mod_log_referer.o --- 142,148 ---- Module browser_module mod_browser.o ## Optional modules for NCSA user-agent/referer logging compatibility ! ## We recommend, however, that you just use the configurable access_log. # Module agent_log_module mod_log_agent.o # Module referer_log_module mod_log_referer.o