https://issues.apache.org/bugzilla/show_bug.cgi?id=50551
--- Comment #3 from Jeff Trawick <[email protected]> 2011-01-12 10:37:23 EST --- FYI... The proxy ttl parameter documentation was updated as follows in trunk r1058192. Index: mod/mod_proxy.xml =================================================================== --- mod/mod_proxy.xml (revision 1058185) +++ mod/mod_proxy.xml (working copy) @@ -994,8 +994,9 @@ <tr><td>ttl</td> <td>-</td> <td>Time to live for inactive connections and associated connection - pool entries, in seconds. Those which are unused for at least - <code>ttl</code> seconds will be destroyed. + pool entries, in seconds. Once reaching this limit, a + connection will not be used again; it will be closed at some + later time. </td></tr> </table> -- 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]
