[users@httpd] HTTP Rewrite to HTTPS proxy works but direct HTTPS doesn't proxy

2013-06-25 Thread Pete Jibe
Hi there, After looking this over I've located the issue but haven't determined how to best implement the resolution. The problem is that when folks access HTTP (via httpd-vhosts.conf) the configuration Rewrites the URL as https://www.yippyskippy.com/ClusterTester$1 When end-users bypass the

[users@httpd] HTTP Rewrite to HTTPS proxy works but direct HTTPS doesn't proxy

2013-05-30 Thread Pete Jibe
Hello, I've got an Apache SSL installation (v2.2.15 on OEL6.4) that proxies data to a back-end Glassfish installation. Within httpd.conf I've got a rewrite rule set up (I've got 4 IP VirtualHosts set up, just testing with one): RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteR