Mailing List Archive

1 2  View All
[Bug 65662] Hunging processes with FIN_WAIT2 and CLOSE_WAIT [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65662

--- Comment #23 from Yann Ylavic <ylavic.dev@gmail.com> ---
In addition to r1894290 to handle ProxyTimeout in mod_proxy_connect, I have
also checked in r1895304 which allows to configure something like "SetEnv
proxy-nohalfclose" for mod_proxy_connect to leave as soon as a FIN is received
on either side (like before 2.4.47).

Could you please try to apply the patch [1] and add "SetEnv proxy-nohalfclose"
somewhere in your VirtualHost to see if works as expected for you?

[1] https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/278.patch

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 65662] Hunging processes with FIN_WAIT2 and CLOSE_WAIT [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65662

--- Comment #24 from Lothar <lothar.webmin@gmail.com> ---
Hi Yann,
now there are no more connections in "CLOSE_WAIT"-state.
The connection between Client and Server still is in "FIN_WAIT_2" state for a
while, but this is OK for us.
Thanks a lot for your help!
kr, Lothar

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 65662] Hunging processes with FIN_WAIT2 and CLOSE_WAIT [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65662

Graham Leggett <minfrin@apache.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED

--- Comment #25 from Graham Leggett <minfrin@apache.org> ---
Backported to v2.4.52.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org

1 2  View All