Author: rjung Date: Tue May 25 12:52:27 2010 New Revision: 948029 URL: http://svn.apache.org/viewvc?rev=948029&view=rev Log: Add SSLOptions needed for SSL information forwarding to documentation.
Modified: tomcat/jk/trunk/xdocs/generic_howto/proxy.xml tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml tomcat/jk/trunk/xdocs/reference/apache.xml Modified: tomcat/jk/trunk/xdocs/generic_howto/proxy.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/generic_howto/proxy.xml?rev=948029&r1=948028&r2=948029&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/generic_howto/proxy.xml (original) +++ tomcat/jk/trunk/xdocs/generic_howto/proxy.xml Tue May 25 12:52:27 2010 @@ -90,6 +90,11 @@ if <code>tomcatAuthentication="false"</c </li> <li>query string: <code>getQueryString()</code> </li> +</ul> +The following additional SSL-related data will be made available by Apache and forwarded by mod_jk only +if you set <code>SSLOptions +StdEnvVars</code>. For the certificate information you also need +to set <code>SSLOptions +ExportCertData</code>. +<ul> <li>SSL cipher: <code>getAttribute(javax.servlet.request.cipher_suite)</code> </li> <li>SSL key size: <code>getAttribute(javax.servlet.request.key_size)</code>. Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=948029&r1=948028&r2=948029&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Tue May 25 12:52:27 2010 @@ -55,6 +55,9 @@ to prevent conversion of underscores '_' to hyphens '-' in header names. Old behaviour can be enabled by defining USE_CGI_HEADERS. (timw) </fix> + <fix> + Docs: Document SSLOptions needed for SSL information forwarding. (rjung) + </fix> <update> Docs: Grammar and style improvements and clarification about serving static content by IIS. Modified: tomcat/jk/trunk/xdocs/reference/apache.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/apache.xml?rev=948029&r1=948028&r2=948029&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/reference/apache.xml (original) +++ tomcat/jk/trunk/xdocs/reference/apache.xml Tue May 25 12:52:27 2010 @@ -267,6 +267,10 @@ is turned off. Turns on SSL processing and information gathering by mod_jk <br/> The default value is On. +<br/> +In order to make SSL data available for mod_jk in Apache, you need to +set <code>SSLOptions +StdEnvVars</code>. For the certificate information you also need +to add <code>SSLOptions +ExportCertData</code>. </p></attribute> <attribute name="JkHTTPSIndicator" required="false"><p> Name of the Apache environment variable that contains SSL indication. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org