From: Takashi Sato Date: Mon, 19 May 2008 08:58:05 +0000 (+0000) Subject: Note "acquire" is in milliseconds. X-Git-Tag: 2.3.0~613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d74855dd327b28a9eff7222be96437cfbd1824;p=thirdparty%2Fapache%2Fhttpd.git Note "acquire" is in milliseconds. PR: 45033 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index bd96fa3fe3e..c40adc80c18 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -845,9 +845,9 @@ through acquire - 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 SERVER_BUSY status to - the client. + connection in the connection pool, in milliseconds. If there are no free + connections in the pool the Apache will return SERVER_BUSY + status to the client. disablereuse Off diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 17444c734e7..a95a23c11e8 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -693,9 +693,9 @@ expressions acquire - 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 SERVER_BUSY status to - the client. + connection in the connection pool, in milliseconds. If there are no free + connections in the pool the Apache will return SERVER_BUSY + status to the client. disablereuse Off