Hi, I have perlbal running in reverse proxy role. I have a case, where the backend mod_perl servers redirect the the perlbal (via X-REPROXY-URL header)&nbsp; to a server that takes around 2 min to serve all the<br>data to the browser. I am consistenly getting timeout in less than min in such case.
<br><br><br>Changing the max_idle_time in ClientHTTPBase.pm to return 180 seems to fix the problem for me. (But I am not sure if it also increases the timeout for the persistent browser connections to 180 sec)<br><br>Is this a known bug/behaviour. Or something that I only I am noticing.
<br><br>I see a patch from Justin to configure the timeout per service&nbsp; in this list(<a href="http://lists.danga.com/pipermail/perlbal/2007-June/000518.html">http://lists.danga.com/pipermail/perlbal/2007-June/000518.html</a>
).<br>&nbsp;Is it to workaround this bug?<br><br>Thanx,<br>HB<br><br><br><br>