Re: [us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-12-07 Thread Yu Kikuchi
Hi All. I decided to use mod_jk instead of mod_proxy_ajp. Then the error was never happened. I might ask some questions about mod_proxy_ajp's default setting later. Thanks in advance. Regards, (2010/11/02 18:13), Yu Kikuchi wrote: Thank you for your advice. This is the part of config file.

Re: [us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-11-02 Thread Yu Kikuchi
Thank you for your advice. This is the part of config file. I'm creating some virtual hosts and they are much the same configurations. Listen 8010 NameVirtualHost xxx.xxx.19.40:8010 ServerName xxx.xxx.19.40:8008 : VirtualHost xxx.xxx.19.40:8010 CustomLog

Re: [us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-10-30 Thread Igor Galić
- Yu Kikuchi kikuchi...@jp.fujitsu.com wrote: Hi All. The error_log (debug) is attached. Hi, I think you really need to post your config. Your errorlog suggests that you're doing something entirely wrong. I understood (120006) error means Apache wasn't able to receive the headers of

Re: [us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-10-29 Thread Yu Kikuchi
Hi All. The error_log (debug) is attached. I understood (120006) error means Apache wasn't able to receive the headers of the response from the backend server. But I don't know why the headers didn't return and I want any opinions about the reason. Please teach me how to know the problem.

Re: [us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-10-11 Thread 菊池 裕
Thanks for getting back to me. Could it be a timeout while waiting for the reply? Add %D to your LogFormat and check, how long those requests take. The following is an Apache's access_log when the HTTP 503 error occured. It seems the request took only 42ms so I think it's not because of a

Re: [us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-10-08 Thread Yu Kikuchi
My environment is Apache 2.2.11 and JBoss AS 5.0.0. There were no messages in JBoss's access log when the error occured. I had changed the setting to use mod_proxy_http the day before yesterday, then not HTTP 503 error but 502 error occured. Are anybody onto something about this error? Are there

Re: [us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-10-08 Thread Rainer Jung
On 08.10.2010 09:33, Yu Kikuchi wrote: My environment is Apache 2.2.11 and JBoss AS 5.0.0. There were no messages in JBoss's access log when the error occured. I had changed the setting to use mod_proxy_http the day before yesterday, then not HTTP 503 error but 502 error occured. Are anybody

[us...@httpd] mod_proxy_ajp failed to connect infrequently

2010-10-07 Thread Yu Kikuchi
Hello. Apache wrote such as following messages into error_log and returned HTTP 500/503 error infrequently. [error] (104)Connection reset by peer: ajp_ilink_receive() can't receive header [error] ajp_read_header: ajp_ilink_receive failed [error] (120006)APR does not understand this error code: