Hi, This issue is resolved with RequestHeader set ClientProtocol https Best Regards, Tushar > From: krist.vanbesien@xxxxxxxxx > Date: Mon, 21 Feb 2011 08:18:55 +0100 > To: users@xxxxxxxxxxxxxxxx > Subject: Re: [users@httpd] How to Retain https protocal > > On Sun, Feb 20, 2011 at 8:45 AM, Tushar Chavan > <tushar.chavan@xxxxxxxxxxx> wrote: > > Hi , > > > > We have below configuration in httpd-ssl.conf file. > > > > ProxyPass /irj http://essdevwd01:8100/irj > > ProxyPassreverse /irj http://essdevwd01:8100/irj > > > > > > Now when we execute https://Apache_host/irj it goes to > > http://essdevwd01:8100/irj as excepted but ProxyPassreverse is not working > > properly > > > > Url changes to http://Apache_host:8100/irj with blank page. How to retain > > this https protocol ? > > Look at what the application running on http://Apache_host:8100/irj is > doing. It could be returning something that causes a page refresh with > an absolute URL in your browser. > (There are some good plugins for Firefox that show you what goes on > between the browser and the server) > Krist > > -- > krist.vanbesien@xxxxxxxxx > krist@xxxxxxxxxxxxx > Bremgarten b. Bern, Switzerland > -- > A: It reverses the normal flow of conversation. > Q: What's wrong with top-posting? > A: Top-posting. > Q: What's the biggest scourge on plain text email discussions? > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > |