[jetty-user] CGI HTTPS variable not being set using AJP+Jetty
SpliFF <[email protected]> Wed, 14 Mar 2012 17:00:30 +1100
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <4F6033FE.2030308__33102.8297929608$1331704889$gmane$org@warriorhut.org> |
I recently switched from using a Caucho Resin backend (mod_caucho) to Jetty 7.2.2 via AJP for running Railo webapps
under Apache 2.2.19/Centos 5
An issue that has come up since the switch is that HTTPS sites no longer set the CGI scope variable 'https' to 'on' -
it's just an empty string. I'm not sure if this is a Jetty issue or Apache/AJP/Proxy related issue. My Apache SSL vhost
contains:
RewriteEngine On
# Proxy CFML files to Jetty
RewriteCond %{REQUEST_FILENAME} /[^/:]+\.cfml*$
RewriteRule (.*) ajp://%{HTTP_HOST}:8009$1 [P,L]
# Enable/Disable SSL for this virtual host.
SSLEngine on
Any thoughts on what might be causing this issue?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email