akosut 96/08/06 12:41:17
Modified: src Configuration.tmpl
Removed: src mod_log_common.c
Log:
Make mod_log_config the default logging module; remove mod_log_common
(it's functionality is subsumed by mod_log_config).
Revision Changes Path
1.28 +1 -11 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.27
retrieving revision 1.28
diff -C3 -r1.27 -r1.28
*** Configuration.tmpl 1996/08/05 11:15:57 1.27
--- Configuration.tmpl 1996/08/06 19:41:15 1.28
***************
*** 154,160 ****
Module userdir_module mod_userdir.o
Module alias_module mod_alias.o
Module env_module mod_env.o
! Module common_log_module mod_log_common.o
## The asis module implemented ".asis" file types, which allow the embedding
## of HTTP headers at the beginning of the document. mod_imap handles
internal
--- 154,160 ----
Module userdir_module mod_userdir.o
Module alias_module mod_alias.o
Module env_module mod_env.o
! Module config_log_module mod_log_config.o
## The asis module implemented ".asis" file types, which allow the embedding
## of HTTP headers at the beginning of the document. mod_imap handles
internal
***************
*** 172,187 ****
# Module agent_log_module mod_log_agent.o
# Module referer_log_module mod_log_referer.o
-
- ## This is a *replacement* for mod_log_common which supports a
- ## LogFormat directive which allows you to specify what goes into
- ## the TransferLog (if you want Referer, etc.) source code for docs.
- ##
- ## If you play with this, remember to drop the standard
- ## mod_log_common --- a server with both will work, but you'll get
- ## very confused trying to figure out what's going on...
-
- # Module config_log_module mod_log_config.o
## cern_meta mimicks the behavior of the CERN web server with regards to
## metainformation files.
--- 172,177 ----