Hello,
I really need your help here. This is the scenario:
I have a brand new exchange 2000 server with installed OWA behind a
firewall in the trusted internal network.
In the DMZ I have linux Red Hat 7.2 + Apache 2.0.40 running as a web
server and as proxy server.
To communicate with OWA on the other side of the FW, I use the port
8181 that is mapped to 10.0.0.3 port 80 in the internal side.
Now...
I used to be able to proxy OWA 5.5 using just
ProxyPass / http://192.168.0.1:8181/
ProxyPassReverse / http://192.168.0.1:8181/
but now this seems not working with OWA 2000. When I use apache to
access OWA after the successfull authenthication I receive a page with
two frames, but the frames are empty. this is anyway part of the page
I got back:
<!--Copyright (c) 2000-2001 Microsoft Corporation. All rights
reserved.-->
<!--CURRENT FILE== "IE5" "WIN32" frameset -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
<HTML>
<TITLE>Microsoft Outlook Web Access</TITLE>
<HEAD>
<BASE href="http://192.168.0.1/exchange/User/">
</HEAD>
... etc. So Why is the port missing?
I hope somebody can help me.
Thanks in Advance.