[users@httpd] unsubscribe

2013-09-24 Thread Pete Jibe
Mod(S), Please unsubscribe this address if received. Mail server returns NDR with high ranking spam verdict and fails to auto unsubscribe. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands,

[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