Re: Fix the cookie path with mod_jk

2011-04-22 Thread Yu Kikuchi
Hi All. I'm sorry that my response is late. I have examined about mod_rewrite. And I understood that mod_rewrite can't touch the response header. Thank you for the advices, Chris and Thomas. > Now the issue is : who is setting the cookie path ? My application is setting the cookie path, so the

Re: Fix the cookie path with mod_jk

2011-04-18 Thread Yu Kikuchi
ssue that the browsers send the cookie to all of the directory that name begins with "/foo". (such as /foobar, /food, etc.) So I want to know whether the path could be fixed without changing my apps or not. Best regards. (2011/04/18 19:59), André Warnier wrote: Yu Kikuchi wrote: Hello A

Re: Fix the cookie path with mod_jk

2011-04-18 Thread Yu Kikuchi
ESSAGE- Hash: SHA1 Thomas, On 4/18/2011 3:34 AM, Thomas Freitag wrote: Hi Yu On 18.04.11 um 16:19, Yu Kikuchi wrote: Hello All. My Environment of Application Server is: Apache 2.2.3, mod_jk 1.2.30, JBoss 5.0.0GA I want to rewrite the Path contained in cookies. For example; From) Set-C

Fix the cookie path with mod_jk

2011-04-18 Thread Yu Kikuchi
Hello All. My Environment of Application Server is: Apache 2.2.3, mod_jk 1.2.30, JBoss 5.0.0GA I want to rewrite the Path contained in cookies. For example; From) Set-Cookie JSESSIONID=794CC361C468123CA1D187B9C5F5FAA5; Path=/foo To ) Set-Cookie JSESSIONID=794CC361C468123CA1D187B9C5F5FAA5; Path=/

Re: huge "info" messages about mod_jk

2011-02-17 Thread Yu Kikuchi
ange the value to make it more appropriately. Best regards, (2011/02/17 17:01), Mladen Turk wrote: On 02/17/2011 04:26 AM, Yu Kikuchi wrote: [httpd.conf](preforkMPM) worker.worker01.connection_pool_timeout=20 No need for that if running prefork mpm. 1. connectionTimeout will cause

Re: huge "info" messages about mod_jk

2011-02-16 Thread Yu Kikuchi
nnection_pool_timeout=20 [server.xml] Best regards, (2011/02/16 1:38), Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mladen, On 2/15/2011 8:51 AM, Mladen Turk wrote: On 02/15/2011 01:08 PM, Yu Kikuchi wrote: Mr.Warnier Thank you for your advice. But I want t

Re: huge "info" messages about mod_jk

2011-02-15 Thread Yu Kikuchi
red "JkLogLevel info" and I'm thinking that I might change it to "warn". I'm worried the messages "all endpoints are disconnected" indicates some connection's matter. Best regards, (2011/02/15 22:51), Mladen Turk wrote: On 02/15/2011 01:08 PM, Yu Kikuchi

Re: huge "info" messages about mod_jk

2011-02-15 Thread Yu Kikuchi
Mr.Warnier Thank you for your advice. But I want to know not the way to inhibit these logs but the reason why these logs output. Any comments are welcome. Best regard, (2011/02/15 19:54), André Warnier wrote: http://tomcat.apache.org/connectors-doc/reference/printer/apache.html Look at JkL

huge "info" messages about mod_jk

2011-02-14 Thread Yu Kikuchi
Hello All. My Environment: RHEL 5.3 Apache 2.2.11 mod_jk 1.2.30 JBoss 5.0.0 GA I have changed the configuration from using mod_proxy_ajp to mod_jk. When I restarted Apache, huge "info" messages were put out to the mod_jk's log like following (over 200 lines!) "mod_jk.log" [Tue Feb 08 21:03:

Re: How to put restrictions to mod_jk's log

2010-12-23 Thread Yu Kikuchi
conf: JkUnMount context should start with / Best regards, (2010/12/23 2:17), Christopher Schultz wrote: -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 rot

Re: How to put restrictions to mod_jk's log

2010-12-21 Thread Yu Kikuchi
e convincing that mod_jk makes those request to WARNING. I'm going to inform this matter to bugzilla. Regards, (2010/12/22 5:04), Rainer Jung wrote: 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 wr

How to put restrictions to mod_jk's log

2010-12-20 Thread Yu Kikuchi
Hello All, My Environment: RHEL 5.3 Apache 2.2.11 mod_jk 1.2.30 JBoss 5.0.0 GA 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] [warn] map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri * is invalid

Re: About mod_jk's retry setting

2010-12-13 Thread Yu Kikuchi
Thank you for your advice. I understood that I've got a wrong idea about mod_jk's timeouts. I intend to pore over the configuration files and the manuals to understand them. Regard, (2010/12/10 17:46), Rainer Jung wrote: On 10.12.2010 04:43, Yu Kikuchi wrote: Hello All. My E

About mod_jk's retry setting

2010-12-09 Thread Yu Kikuchi
Hello All. My Environment: RHEL 5.3 Apache 2.2.11 mod_jk 1.2.30 JBoss 5.0.0 GA I have used mod_proxy_ajp to connect Apache and Tomcat(in JBoss). But I decided to use not mod_proxy_ajp but mod_jk 1.2.30. In the default setting of "mod_proxy_xxx", it would be set "retry=60" option. How do I se