Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache proxy and OWA

Status
Not open for further replies.

wcuz

MIS
Mar 22, 2002
54
US
I can't seem to get OWA to load completely using Apache proxy, IIS, Exchange 2003, and Wins2k3.

Basic setup:

Linux 8.0, Apache 2.0.40, openssl

I've created my own certs. and setup the Linux box in my DMZ. SSL seems to be working fine.

Exchange 2003, OWA, Wins2k3

Exchange is running on the trusted LAN and being proxied by the apache server.

SSL.conf (Proxy Portion)

<VirtualHost ip-address-of apache server:443>

DocumentRoot "/var/ServerName FQDN of apache server:443
ErrorLog logs/ssl_error_log
TransferLog logs/ssl_access_log

RequestHeader set Front-End-Https "On"

ProxyRequests Off
ProxyPreserveHost On
ProxyVia On

ProxyPass / OWA server/exchange
ProxyPassReverse / OWA server/exchange
ProxyPass / OWA server/exchweb
ProxyPassReverse / OWA server/exchweb
ProxyPass / OWA server/public
ProxyPassReverse / OWA server/public
ProxyPass / OWA server/iisadmpwd
ProxyPassReverse / OWA server/iisadmpwd

Using the above configuration, I type and establish a secure connection via the apache server.

I get a login screen and enter my username and password.
OWA loads but only displays the outer frames (preview panes) of the application. Where the graphics and messages should be I get the "http 404 file or directory not found" message. OWA works correctly from the LAN connecting directly to the Exchange server: //servername/exchange/ but I can't get it to work from the outside/going through the proxy.

Any ideas??

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top