Hi,
I noticed that my mod_jk.log file is full of what
appears to be developer debugging messages such as:
[Fri Oct 31 20:06:33 2003] [jk_uri_worker_map.c
(422)]: jk_uri_worker_map_t::uri_worker_map_open, done
[Fri Oct 31 20:06:33 2003] [jk_worker.c (88)]: Into
wc_open
[Fri Oct 31 20:06:33 2003] [jk_worker.c (222)]: Into
build_worker_map, creating 1 workers
[Fri Oct 31 20:06:33 2003] [jk_worker.c (228)]:
build_worker_map, creating worker ajp13
[Fri Oct 31 20:06:33 2003] [jk_worker.c (148)]: Into
wc_create_worker
[Fri Oct 31 20:06:33 2003] [jk_worker.c (162)]:
wc_create_worker, about to create instance ajp13 of
ajp13
[Fri Oct 31 20:06:33 2003] [jk_ajp13_worker.c (108)]:
Into ajp13_worker_factory
[Fri Oct 31 20:06:33 2003] [jk_worker.c (171)]:
wc_create_worker, about to validate and init ajp13
Since I'm running a live site, I'm not really
interested in seeing these, and further, they eat up a
fair amount of space every hour.
My httpd.conf file configures mod_jk in the following
snippet:
<IfModule mod_jk.c>
JkWorkersFile
"/usr/local/tomcat/conf/jk/workers.properties"
JkLogLevel warn
JkLogFile "/usr/local/tomcat/logs/mod_jk.log"
</IfModule>
Because JkLogLevel is set to warn, I don't expect to
see the detailed debug messages I'm seeing. Did I miss
a configuration step?
Thanks
__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]