Hey gang -
  I'm trying to cut down on the chatter of a mod_jk log... looking for
ideas.  My apache httpd.conf and a snippet of the log is below. Also, I
tried to find info on using CRONOLOG to rotate the log, but my Google
results seemed to indicate that mod_jk won't work with pipes.

Thanks,
Tim

# Load mod_jk module
# Update this path to match your modules location
LoadModule    jk_module  modules/mod_jk.so

# Where to find workers.properties
# Update this path to match your conf directory location (put
workers.properties next to httpd.conf)
JkWorkersFile conf/workers.properties
# Where to put jk logs
# Update this path to match your logs directory location (put mod_jk.log
next to access_log)
JkLogFile     logs/errors_mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel    error
# Select the log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
# JkOptions indicate to send SSL KEY SIZE, 
JkOptions     +ForwardKeySize +ForwardURICompat -ForwardDirectories
# JkRequestLogFormat set the request format 
JkRequestLogFormat     "%w %V %T"
# Send everything for context /examples to worker named worker1 (ajp13)
JkMount  /jira/*       TC5
JkMount  /jira         TC5
JkMount  /confluence/* TC5
JkMount  /confluence   TC5
JkMount  /AnthillPro/* TC5B
JkMount  /AnthillPro   TC5B
JkMount  /index.jsp    TC5
JkMount  /admin*       TC5
JkMount  /manager/*    TC5

errors_mod_jk.log ...here's a sample of stuff I get.
[Wed Mar 30 10:53:29 2005] TC5 zed.cisco.com 0.562000
[Wed Mar 30 10:53:30 2005] TC5 zed.cisco.com 0.109000
[Wed Mar 30 10:53:48 2005] TC5 zed.cisco.com 0.016000
[Wed Mar 30 10:53:48 2005] TC5 zed.cisco.com 0.281000
[Wed Mar 30 10:53:55 2005] TC5 zed.cisco.com 0.031000
[Wed Mar 30 10:53:56 2005] TC5 zed.cisco.com 0.125000
[Wed Mar 30 10:53:56 2005] TC5 zed.cisco.com 0.015000
[Wed Mar 30 10:53:56 2005] TC5 zed.cisco.com 0.000000
[Wed Mar 30 10:53:56 2005] TC5 zed.cisco.com 0.000000
[Wed Mar 30 10:53:56 2005] TC5 zed.cisco.com 1.031000
[Wed Mar 30 10:53:56 2005] TC5 zed.cisco.com 0.015000
[Wed Mar 30 10:53:56 2005] TC5 zed.cisco.com 0.000000

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to