Author: rjung
Date: Wed Jan  7 11:32:43 2015
New Revision: 1650037

URL: http://svn.apache.org/r1650037
Log:
Minor doc fix.

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=1650037&r1=1650036&r2=1650037&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/workers.xml Wed Jan  7 11:32:43 2015
@@ -911,7 +911,7 @@ This directive can be used multiple time
 </p>
 </directive>
 
-<directive name="secret" workers="AJP,LB,SUB" default="" required="false">
+<directive name="secret" workers="AJP,SUB,LB" default="" required="false">
 You can set a secret keyword on the Tomcat AJP Connector. Then only requests
 from workers with the same secret keyword will be accepted.
 <p>
@@ -1114,7 +1114,7 @@ This feature has been added in <b>jk 1.2
 </p>
 </directive>
 
-<directive name="prefer_ipv6" workers="AJP" default="false" required="false">
+<directive name="prefer_ipv6" workers="AJP,SUB" default="false" 
required="false">
 When compiled with IPV6 support, this directive forces IPV6 address
 resolution for host names which have both IPV6 and IPV4 addresses. In case 
there is
 no IPV6 address defined for the given hostname this directive in ineffective. 
This directive will



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to