]> granicus.if.org Git - apache/commitdiff
Note "acquire" is in milliseconds.
authorTakashi Sato <takashi@apache.org>
Mon, 19 May 2008 08:58:05 +0000 (08:58 +0000)
committerTakashi Sato <takashi@apache.org>
Mon, 19 May 2008 08:58:05 +0000 (08:58 +0000)
PR: 45033

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

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index bd96fa3fe3e5ab9476f2a74bd77a42b1cbd9348b..c40adc80c186a4ac2b1cfe1193e1c3511a21a4d4 100644 (file)
@@ -845,9 +845,9 @@ through</td></tr>
     <tr><td>acquire</td>
         <td>-</td>
         <td>If set this will be the maximum time to wait for a free
-    connection in the connection pool. If there are no free connections
-    in the pool the Apache will return <code>SERVER_BUSY</code> status to
-    the client.
+    connection in the connection pool, in milliseconds. If there are no free
+    connections in the pool the Apache will return <code>SERVER_BUSY</code>
+    status to the client.
     </td></tr>
     <tr><td>disablereuse</td>
         <td>Off</td>
index 17444c734e771aa70fc56912a0a2dcd387a0a671..a95a23c11e8e80456985a4fcdb46c58d06f51291 100644 (file)
@@ -693,9 +693,9 @@ expressions</description>
     <tr><td>acquire</td>
         <td>-</td>
         <td>If set this will be the maximum time to wait for a free
-    connection in the connection pool. If there are no free connections
-    in the pool the Apache will return <code>SERVER_BUSY</code> status to
-    the client.
+    connection in the connection pool, in milliseconds. If there are no free
+    connections in the pool the Apache will return <code>SERVER_BUSY</code>
+    status to the client.
     </td></tr>
     <tr><td>disablereuse</td>
         <td>Off</td>