From: Jim Jagielski Date: Tue, 18 Sep 2007 13:52:57 +0000 (+0000) Subject: document retry=0 option. X-Git-Tag: 2.2.7~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8172289aecd195b507aa7d9ea2caf4bc5db468cc;p=thirdparty%2Fapache%2Fhttpd.git document retry=0 option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@576921 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index bbe36687ca7..038efb58d18 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -858,7 +858,8 @@ through If the connection pool worker to the backend server is in the error state, Apache will not forward any requests to that server until the timeout expires. This enables to shut down the backend server for maintenance, - and bring it back online later. + and bring it back online later. A value of 0 means always retry workers + in an error state with no timeout. route - diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 137bac5db98..2cc767dc856 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -706,7 +706,8 @@ expressions If the connection pool worker to the backend server is in the error state, Apache will not forward any requests to that server until the timeout expires. This enables to shut down the backend server for maintenance, - and bring it back online later. + and bring it back online later. A value of 0 means always retry workers + in an error state with no timeout. route -