On Aug 18, 2006, at 11:01 AM, Mladen Turk wrote:
Jim Jagielski wrote:
I and other have run into issues where the socket
between Apache and Tomcat (due to a in-between firewall)
isn't closed as it should be... I'm digging further into
this as far as why the timeout isn't being honored, but
it got me thinking that a "no reuse" option might be
nice. Basically, it prevents reuse from ever being set
to TRUE...
Makes no sense to me.
In that case user can use mod_proxy and http
protocol. AJP, or any other future protocol
like HTTP-NG/MUX
(http://www.w3.org/Protocols/HTTP-NG/Activity.html)
that is designed to be persistent would always have
to deal with badly designed firewalls.
Yeah, the recommendation for people who are
hit by this is either (1) avoid AJP or (2)
set MaxRequestsPerChild (in httpd) to 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]