Thanks for the reply netometer. I've also posted this in the Apache forum but haven't received a response.
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. When I right click and select properties on the page displaying the 404 error it says it's looking for
/exchange/postmaster/Inbox/?Cmd=contents