You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2014/02/24 08:24:45 UTC

svn commit: r1571158 - /tomcat/jk/trunk/xdocs/reference/workers.xml

Author: mturk
Date: Mon Feb 24 07:24:44 2014
New Revision: 1571158

URL: http://svn.apache.org/r1571158
Log:
Explain new prefer_ipv6 directive

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=1571158&r1=1571157&r2=1571158&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/workers.xml Mon Feb 24 07:24:44 2014
@@ -1101,6 +1101,17 @@ This feature has been added in <b>jk 1.2
 </p>
 </directive>
 
+<directive name="prefer_ipv6" workers="AJP" default="0" 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
+be also ineffective if there is only IPV6 address defined or if IP address is used for "host",
+either in IPV4 or IPV6 notation.
+<p>
+This feature has been added in <b>jk 1.2.38</b>.
+</p>
+</directive>
+
 </advanceddirectives>
 </subsection>
 



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