Apache Server Information

Module Name: mod_log_config.c
Content handlers: none
Configuration Phase Participation: Create Server Config, Merge Server Configs
Request Phase Participation: Transaction Logging
Module Directives:
CustomLog - a file name, a custom log format string or format name, and an optional "env=" or "expr=" clause (see docs)
TransferLog - the filename of the access log
LogFormat - a log format string (see docs) and an optional format name
BufferedLogs - Enable Buffered Logging (experimental)
Current Configuration:
In file: /ltk/sw/httpd/conf/common.conf
  77: LogFormat "%h \"%{X-Forwarded-For}i\" %l %u %t \"%r\" %>s %b \"%{Referer}i\" %D %U %f \"%{User-Agent}i\" %V" LTKcombined
  82: CustomLog /2/logs/stats.log "%q" env=logstats
  85: LogFormat "%h %l %u %t \"%r\" %>s %b" common
  89: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
  99: CustomLog logs/ltk.log LTKcombined
 269: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
 270: LogFormat "%h %l %u %t \"%r\" %>s %b" common
 274: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio