]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1058192 from trunk:
authorJeff Trawick <trawick@apache.org>
Mon, 14 Feb 2011 20:36:12 +0000 (20:36 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Feb 2011 20:36:12 +0000 (20:36 +0000)
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/branches/2.2.x@1070650 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.xml.ja
docs/manual/mod/mod_autoindex.xml.ko
docs/manual/mod/mod_autoindex.xml.tr
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index 8802672523ecf4ae7f065678985bd8c7fe371b26..890f0e275b0afcd931457e7eac00681976771c50 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:1068793 (outdated) -->
+<!-- English Revision: 421100:1070648 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d7ce3cf9a12077353361136901a50a85171332b4..c0f73dfe0da4ad9b970d1ba408c4be58d4f5e4ed 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 103423:1068793 (outdated) -->
+<!-- English Revision: 103423:1070648 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1cc003721a0f88f06d8e0cf2de6959a0e72a7c78..60418cc53c276d0a958e1cc5e34dacfa5ade009e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1059590:1068793 (outdated) -->
+<!-- English Revision: 1059590:1070648 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 00b5a09410be46cb3402c128b6155648422e084e..d3753a8e8c5f9d4399810d7cf7b9215d022ad806 100644 (file)
@@ -1088,8 +1088,9 @@ through</td></tr>
     <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>
index b55b7b121b94e9f9cfc801823659d6c39f0effe6..44eb65a968a185cd2ae165d09e8cd6f295521fe1 100644 (file)
@@ -936,8 +936,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>