[EMAIL PROTECTED] KeepAliveTimeout too small?

2008-06-27 Thread Andre Hübner
Hi List, have a odd issue with apache when using external link-checker to follow links with http://validator.w3.org/checklink i want to check my page, depth is 1. In terminal i watch incoming requests in access_log all is fine, but sometimes the linkchecker shows 500er server error on some

[EMAIL PROTECTED] KeepAliveTimeout

2006-03-30 Thread Charles Li
We have deployed j2ee application on the Oracle App Server, which uses the Apache server. I see "IOException: Broken pipe" errors in the application log. The KeepAliveTimeout is set to the default of 15 seconds. Could the broken pipe error be caused by the short KeepAliveTimeout setting of 15

Re: [EMAIL PROTECTED] KeepAliveTimeout

2006-03-30 Thread Kishore Jalleda
KeepAlive only tells apache to keep the connection open for that period of time, so that for subsequent requests from the client within that KeepAlive Timeout period, apache does not have to create a socket again.For example you can run apache even without keepalive set to on, so your error might