https://issues.apache.org/bugzilla/show_bug.cgi?id=50807
Adam Woodworth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Severity|normal |major --- Comment #4 from Adam Woodworth <[email protected]> 2011-06-30 15:23:10 UTC --- Has anyone looked into this problem? Is a fix available? This is a critical bug with mod_proxy. We've now seen this problem 3 times at different sites. When using backend keepalives mod_proxy needs to be fixed to send a FIN to the backend server (i.e. close the connection) when it gets a FIN from the backend server. Otherwise the connection is half opened and in many cases a firewall is tracking that and will not allow that same source port to be reused until a FIN is received or until the firewall's timeout expires for that type of tracking. -- 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]
