Re: [users@httpd] mod_vhost_alias does not resolve "%0"

2013-08-30 Thread Shanti Suresh
On Fri, Aug 30, 2013 at 11:13 AM, Eric Covener wrote: > Only the directives in mod_vhost_alias do anything with the substitutions. > Ah! Thanks, Eric. > > On Fri, Aug 30, 2013 at 11:03 AM, Shanti Suresh wrote: > > Greetings, > > > > mod_vhost_alias is not res

[users@httpd] mod_vhost_alias does not resolve "%0"

2013-08-30 Thread Shanti Suresh
Greetings, mod_vhost_alias is not resolving %0. Perhaps I am doing something wrong. I would like to redirect a specific page to the encrypted site. Everything else goes straight thru' to Tomcat. I get a "%250" in my browser redirect. This is what I have: ---httpd.conf snippet:--

Re: [users@httpd] ProxyPassReverse not changing the protocol part (https to http) of the redirect url

2013-08-27 Thread Shanti Suresh
Hi Amit, Why would you like to reverse proxy to an HTTPS backend and then serve the results back over HTTP? Usually, when one does an HTTP to HTTPS, there is authentication involved, followed by secure session-related information. Thanks, -Shanti On Tue, Aug 27, 20