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] Java Server socket behind apache

2010-10-11 Thread Joost de Heer
On Mon, October 11, 2010 14:46, bharath.krishna...@rsa.com wrote: > Hi, > > Is there a way to configure apache to route non-http plain socket (java > server socket - TCP ) communication ? I'd use rinetd (http://www.boutell.com/rinetd/) for proxying non-HTTP traffic. Joost ---

[us...@httpd] Java Server socket behind apache

2010-10-11 Thread bharath.krishnappa
Hi, Is there a way to configure apache to route non-http plain socket (java server socket - TCP ) communication ? Regards, Bharath