]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ttl: note that connections are closed at some unspecified point
authorJeff Trawick <trawick@apache.org>
Wed, 12 Jan 2011 15:32:41 +0000 (15:32 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 12 Jan 2011 15:32:41 +0000 (15:32 +0000)
after reaching this limit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058192 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index b8f127f5d57d916218acf9578bc44bc3a2ec994e..bcc0b7744f5d1846488995dd861ff4bcbb3cdc1f 100644 (file)
@@ -994,8 +994,9 @@ expressions</description>
     <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>