Thanks , Neil 

Here in apache we use  set  instead of add in Front-En-Https,

RequestHeader set Front-End-Https "On"


but that doesn't solved the problem.

http://www.apacheweek.com/features/reverseproxies  is having good info
abd mod_proxy_html is almost near to solve this problem but again they
clearly says it ias as equivalent as od " ProxyPassReverse " of
apache.

But I couldn't try adding mod_proxy_html module as this is third party
commercial module.

Still looking for the solution 



Thanks n Regards,
Isha







On 8/24/05, Neil A. Hillard <[EMAIL PROTECTED]> wrote:
> Nick Kew wrote:
> > isha b wrote:
> >
> >> My exchnage server works fine while querying thro internet , but when
> >> I query webserver as ,
> >>
> >> https://reverseproxy.com/webserver
> >>
> >> it translate as http://reverseproxy.com/webservr/init.asp?.........
> >>
> >> with result " page could not found "
> >
> >
> > That'll be because your exchnage server (whatever that is) is issuing
> > an http redirect.  To deal with it, see
> > http://www.apacheweek.com/features/reverseproxies
> 
> You could always try adding this to your Apache config:
> 
> RequestHeader add Front-End-Https "On"
> 
> I've never tried it but the equivalent works for Squid.  This should
> tell OWA to generate an https URL.
> 
> HTH,
> 
> 
>                                Neil.
> 
> --
> Neil Hillard                    [EMAIL PROTECTED]
> Westland Helicopters Ltd.       http://www.whl.co.uk/
> 
> Disclaimer: This message does not necessarily reflect the
>             views of Westland Helicopters Ltd.
> 
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to