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/20 08:45:01 UTC

[users@httpd] How to Retain https protocal

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 ?

 
Best Regards,
Tushar.
 		 	   		  

RE: [users@httpd] How to Retain https protocal

Posted by Tushar Chavan <tu...@hotmail.com>.
Hi,
 
This issue is resolved with
 
 RequestHeader set ClientProtocol https
 
Best Regards,
Tushar
 
> From: krist.vanbesien@gmail.com
> Date: Mon, 21 Feb 2011 08:18:55 +0100
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] How to Retain https protocal
> 
> On Sun, Feb 20, 2011 at 8:45 AM, Tushar Chavan
> <tu...@hotmail.com> 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@gmail.com
> krist@vanbesien.org
> 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@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
 		 	   		  

Re: [users@httpd] How to Retain https protocal

Posted by Krist van Besien <kr...@gmail.com>.
On Sun, Feb 20, 2011 at 8:45 AM, Tushar Chavan
<tu...@hotmail.com> 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@gmail.com
krist@vanbesien.org
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org