Author: rjung
Date: Fri Jan  9 03:40:18 2009
New Revision: 733013

URL: http://svn.apache.org/viewvc?rev=733013&view=rev
Log:
Add documentation for newe environment variables to overwrite request
information.
A more explicit docs page about request data rewriting will
follow.

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=733013&r1=733012&r2=733013&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Fri Jan  9 03:40:18 
2009
@@ -298,6 +298,66 @@
 <br/>
 The default value is "SSL_CIPHER_USEKEYSIZE".
 </p></attribute>
+<attribute name="JkServerNameIndicator" required="false"><p>
+Name of the Apache environment variable which can be used to overwrite
+the forwarded server name.
+Use this only if you need to adjust the data (see the
+<a href="../generic_howto/proxy.html">proxy</a> documentation).
+<br/>
+The default value is "JK_SERVER_NAME".
+<br/>
+This directive has been added in version 1.2.28 of mod_jk.
+</p></attribute>
+<attribute name="JkServerPortIndicator" required="false"><p>
+Name of the Apache environment variable which can be used to overwrite
+the forwarded server port.
+Use this only if you need to adjust the data (see the
+<a href="../generic_howto/proxy.html">proxy</a> documentation).
+<br/>
+The default value is "JK_SERVER_PORT".
+<br/>
+This directive has been added in version 1.2.28 of mod_jk.
+</p></attribute>
+<attribute name="JkRemoteHostIndicator" required="false"><p>
+Name of the Apache environment variable which can be used to overwrite
+the forwarded remote (client) host name.
+Use this only if you need to adjust the data (see the
+<a href="../generic_howto/proxy.html">proxy</a> documentation).
+<br/>
+The default value is "JK_REMOTE_HOST".
+<br/>
+This directive has been added in version 1.2.28 of mod_jk.
+</p></attribute>
+<attribute name="JkRemoteAddrIndicator" required="false"><p>
+Name of the Apache environment variable which can be used to overwrite
+the forwarded remote (client) IP address.
+Use this only if you need to adjust the data (see the
+<a href="../generic_howto/proxy.html">proxy</a> documentation).
+<br/>
+The default value is "JK_REMOTE_ADDR".
+<br/>
+This directive has been added in version 1.2.28 of mod_jk.
+</p></attribute>
+<attribute name="JkRemoteUserIndicator" required="false"><p>
+Name of the Apache environment variable which can be used to overwrite
+the forwarded user name.
+Use this only if you need to adjust the data (see the
+<a href="../generic_howto/proxy.html">proxy</a> documentation).
+<br/>
+The default value is "JK_REMOTE_USER".
+<br/>
+This directive has been added in version 1.2.28 of mod_jk.
+</p></attribute>
+<attribute name="JkAuthTypeIndicator" required="false"><p>
+Name of the Apache environment variable which can be used to overwrite
+the forwarded authentication type.
+Use this only if you need to adjust the data (see the
+<a href="../generic_howto/proxy.html">proxy</a> documentation).
+<br/>
+The default value is "JK_AUTH_TYPE".
+<br/>
+This directive has been added in version 1.2.28 of mod_jk.
+</p></attribute>
 <attribute name="JkOptions" required="false"><p>
 Set one of more options to configure the mod_jk module. See below for
 details about this directive.



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

Reply via email to