Author: rjung
Date: Tue Oct 28 14:06:52 2008
New Revision: 708669

URL: http://svn.apache.org/viewvc?rev=708669&view=rev
Log:
Add JK_REPLY_TIMEOUT env var to the docs.

Modified:
    tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/apache.xml?rev=708669&r1=708668&r2=708669&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Tue Oct 28 14:06:52 
2008
@@ -972,7 +972,7 @@
 of this variable via the <b>JkWorkerIndicator</b> directive.
 </p>
 <p>
-Finally you can define exclusions from mod_jk forwards by setting the 
environment
+You can also define exclusions from mod_jk forwards by setting the environment
 variable <b>no-jk</b>.
 </p>
 <source>
@@ -990,7 +990,10 @@
     SetEnvIf REQUEST_URI ^/apps/([^/]*)/static no-jk
   &lt;/Location&gt;
 </source>
-
+<p>
+Finally, starting with version 1.2.27 you can use the environment variable
+<b>JK_REPLY_TIMEOUT</b> to dynamically set a reply timeout.
+</p>
 </subsection>
  </section>
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to