From d900dc351920a55000bdc4b0c1f5aff1a2f751ad Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Mon, 19 May 2008 11:55:18 +0000 Subject: [PATCH] Merge r657760 from trunk: Note "acquire" is in milliseconds. PR: 45033 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@657800 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 6 +++--- docs/manual/mod/mod_proxy.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 4ef73526edb..5e9d6056f57 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -820,9 +820,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 39f40fd69fe..46047f4dcf0 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -659,9 +659,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 -- 2.47.2