DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42453>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42453 Summary: Long (over 5 minutes) request causes error 10060 from mod_proxy_ajp Product: Apache httpd-2 Version: 2.2.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] A request which takes longer than 5 minutes for tomcat to return a response causes apache to return a 503 error to client while logging the following error: [Fri May 18 11:32:36 2007] [error] (OS 10060)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. : ajp_ilink_receive() can't receive header [Fri May 18 11:32:36 2007] [error] ajp_read_header: ajp_ilink_receive failed [Fri May 18 11:32:36 2007] [error] (120006)APR does not understand this error code: proxy: send body failed to (null) (*) apache mod_proxy_ajp is configured to proxy requests to tomcat with this addition to httpd.conf: ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /webapp ajp://localhost/webapp apache documentation implies there is no timeout for proxy requests. http://httpd.apache.org/docs/2.2/mod/mod_proxy.html If timeout is hardcoded, then a request to enhance with a conf option If timeout is adjustable, then a request to update documentation with mention of default timeout and conf option for changing Very enthused about upgrading from apache 2.0/mod_jk2 to apache 2.2/mod_proxy_ajp This is the only known blocker to going live. Great work integrating AJP into apache httpd. Much easier to use :) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
