-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Marc,

On 5/24/2011 10:56 AM, Marc Boorshtein wrote:
> I've setup a pretty generic httpd(2.2.19)+mod_jk to tomcat 6 on Oracle
> Linux 5 (CentOS 5 equiv) with SSL setup.  With JkExtractSSL and the
> correct SSLOptions in the httpd configuration files.  I can see the
> SSL environment variables in /cgi-bin/printenv but no headers or
> environment variables in the backend tomcat app.  Am I missing
> something?

Something just tickled my brain, here: you said "environment variables
or headers". The data stored in environment variables on the Apache
httpd side are neither stored in environment variables (since the
environment is shared, and a multi-threaded server would never work) nor
in request headers (because that's not really appropriate).

Instead, they are stored in the request /attributes/.

Unfortunately, the mod_jk documentation doesn't make that clear. I'll
try to find a reference, even if it's only in the source code.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3cHB8ACgkQ9CaO5/Lv0PBvmQCgjvNNbcH+Bq7kYKu5mLBtcKXn
tHYAoJyJgNWUL+9qsUtStvZukjdjyySF
=bpQP
-----END PGP SIGNATURE-----

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

Reply via email to