You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tushar Chavan <tu...@hotmail.com> on 2011/02/17 14:37:05 UTC

[users@httpd] Https to Http

Hi Experts,
 
We have below configuration.
 
ProxyPreserveHost On
ProxyPass               /irj                        http://portal_host:50000/irj
ProxyPassReverse   /irj                         http://portal_host:50000/irj
 
 
Now when execute https://Apache_Host/irj    it got blank page with http://Apache_Host/irj
 
How to retain https into return url? 
 
Best Regards,
Tushar