Re: How to put restrictions to mod_jk's log

2010-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kikuchi, On 12/23/2010 8:42 PM, Yu Kikuchi wrote: > I'm using JkMount in some Virtual Hosts as below. > > [httpd.conf] > > Listen 8108 > > > : > JkMount /xxx_api/* worker1 > : > I'm surprised that "OPTIONS * HTTP/1.1" routes this request to m

Re: How to put restrictions to mod_jk's log

2010-12-23 Thread Yu Kikuchi
Mr.Schultz, I'm using JkMount in some Virtual Hosts as below. [httpd.conf] Listen 8108 : JkMount /xxx_api/* worker1 : When I tried to set "JkUnmount * worker1", such message printed out and Apache was failed to start. Syntax error on line 425 of /opt/httpd/conf/httpd.conf: JkUnMount co

Re: How to put restrictions to mod_jk's log

2010-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kikuchi, On 12/21/2010 11:42 PM, Yu Kikuchi wrote: > I also think it's not good idea to make JkLogLevel ERROR. > I'll consider to use rotatelogs. You might miss important information if setting to ERROR. Good luck. > BTW, I think it's reasonable for

Re: How to put restrictions to mod_jk's log

2010-12-21 Thread Yu Kikuchi
Mr.Schultz, Mr.Jung Thank you for your advices. I also think it's not good idea to make JkLogLevel ERROR. I'll consider to use rotatelogs. BTW, I think it's reasonable for apache to send requests of "OPTIONS * HTTP/1.0" to kill child processes. But it isn't quite convincing that mod_jk makes t

Re: How to put restrictions to mod_jk's log

2010-12-21 Thread Rainer Jung
On 21.12.2010 20:56, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kikuchi, On 12/20/2010 10:26 PM, Yu Kikuchi wrote: My Environment: Apache 2.2.11 mod_jk 1.2.30 When my system is highly-loaded, the messeges are printed in mod_jk.log. [mod_jk.log] [Tue Dec 21

Re: How to put restrictions to mod_jk's log

2010-12-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kikuchi, On 12/20/2010 10:26 PM, Yu Kikuchi wrote: > My Environment: > Apache 2.2.11 > mod_jk 1.2.30 > > When my system is highly-loaded, the messeges are printed in mod_jk.log. > > [mod_jk.log] > [Tue Dec 21 11:31:25.958 2010] [4744:3086915888]