From 800779f703a4bcb3f66ba401638fe576e7a5a5cb Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 18 Sep 2007 13:49:14 +0000 Subject: [PATCH] Typo and document what retry=0 means. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@576917 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 2f15a5f5b8..aa1b1578de 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -731,12 +731,13 @@ 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 - Route of the worker when used inside load balancer. - The route is a value appended to seesion id. + The route is a value appended to session id. status - -- 2.40.0