From: Jeff Trawick Date: Wed, 12 Jan 2011 15:32:41 +0000 (+0000) Subject: ttl: note that connections are closed at some unspecified point X-Git-Tag: 2.3.11~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5e6d837733eac8dad8fd521daf98a6d513be31;p=thirdparty%2Fapache%2Fhttpd.git ttl: note that connections are closed at some unspecified point after reaching this limit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058192 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index b8f127f5d57..bcc0b7744f5 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -994,8 +994,9 @@ expressions ttl - Time to live for inactive connections and associated connection - pool entries, in seconds. Those which are unused for at least - ttl 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.