You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/09/04 23:44:42 UTC

svn commit: r440191 - in /tomcat/connectors/trunk/jk/xdocs: config/apache.xml howto/apache.xml

Author: rjung
Date: Mon Sep  4 14:44:41 2006
New Revision: 440191

URL: http://svn.apache.org/viewvc?view=rev&rev=440191
Log:
Correct docs for JkEnvVar (thanks to pero).

Modified:
    tomcat/connectors/trunk/jk/xdocs/config/apache.xml
    tomcat/connectors/trunk/jk/xdocs/howto/apache.xml

Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/apache.xml?view=diff&rev=440191&r1=440190&r2=440191
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/config/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/apache.xml Mon Sep  4 14:44:41 2006
@@ -399,12 +399,12 @@
 </p>
 
 <p>
-The directive <b>JkEnvVar</b> allow you to forward an environment variable from Apache server to Tomcat engine.
+The directive <b>JkEnvVar</b> allows you to forward an environment variable from Apache server to Tomcat engine.
 The variable can be retrieved on the Tomcat side as a request attribute.
-You can add a default value as a second parameter to the directive.
+You must add a default value as a second parameter to the directive.
 
 <source>  
-  JkEnvVar     SSL_CLIENT_V_START
+  JkEnvVar     SSL_CLIENT_V_START     undefined
 </source>
 <br/>
 <br/>

Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/howto/apache.xml?view=diff&rev=440191&r1=440190&r2=440191
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/howto/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Mon Sep  4 14:44:41 2006
@@ -537,12 +537,12 @@
 </p>
 
 <p>
-The directive <b>JkEnvVar</b> allow you to forward an environment variable from Apache server to Tomcat engine.
+The directive <b>JkEnvVar</b> allows you to forward an environment variable from Apache server to Tomcat engine.
 The variable can be retrieved on the Tomcat side as a request attribute.
-You can add a default value as a second parameter to the directive.
+You must add a default value as a second parameter to the directive.
 
 <source>
-  JkEnvVar     SSL_CLIENT_V_START
+  JkEnvVar     SSL_CLIENT_V_START     undefined
 </source>
 <br/>
 <br/>



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