https://issues.apache.org/bugzilla/show_bug.cgi?id=48315
--- Comment #9 from Olivier BOËL <[email protected]> 2011-01-13 04:06:41 EST --- Hello, Gentlemen, I've faced the same issue and, in my case, the problem seems to occur when the reverse proxy (RP) sends a request to the back-end server (using a previously establiseh connection) and, in the mean time (exactly), the back-end server closes the connection due to connection timeout (in my case, it is a Tomcat server with the default 20 seconds ConnectionTimeout). To fix this, I've added "smax=0 ttl=7" (or any value less than the back-end connection timeout) to the ProxyPass directive. I hope it helps. Regards, Olivier -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
