Author: markt
Date: Thu Aug 23 21:55:11 2018
New Revision: 1838768
URL: http://svn.apache.org/viewvc?rev=1838768&view=rev
Log:
Correct status code
Modified:
tomcat/jk/trunk/xdocs/reference/workers.xml
Modified: tomcat/jk/trunk/xdocs/reference/workers.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/workers.xml?rev=1838768&r1=1838767&r2=1838768&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/workers.xml Thu Aug 23 21:55:11 2018
@@ -632,10 +632,10 @@ it will try each member in turn a number
Before each retry, it will make a pause define by <b>retry_interval</b>
directive.
<p>
Note that this means that, if all workers fail, there will be a total of
-number-of-workers * lb.retries * worker.retries requests before a 503 response
+number-of-workers * lb.retries * worker.retries requests before a 504 response
is returned to the client. So for an lb worker with four members and a default
configuration, if all workers fail there will be a total of 16 requests before
-a 503 response is returned to the client.
+a 504 response is returned to the client.
</p>
<p>
Until version <b>1.2.16</b> the default value was 3.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]