Running RH9. Can get to the do you wish to display secure and non secure items. Then it returns the error Action canceled in both frames so it appears that it starts setting up the screen for OWA but then fails.
This conversation is currently closed to new comments.
I got Exchange 2003 and an Apache 2 frontend server providing https support. It correctly works. My configuration for the reverse proxy is configured as follows:
Plus in the exchangeSrv hosts file I added the ip address of the public server (owa.company.net) defined as the local ip of the reverse proxy (10.10.1.15):
<VirtualHost xxx:443> ServerAdmin xxx.xxx.de ServerName xxx DocumentRoot "xxx" #ver?ndert http header einer Clienanfrage RequestHeader set Front-End-Https On #schaltet verwendung mod_proy an bzw. aus ProxyRequests Off #gibt den http header host weiter ProxyPreserveHost On SSLEngine On SSLCertificateFile ssl.crt/zertifikat.crt SSLCertificateKeyFile ssl.crt/zertifikat.key
<Location /> # einbindung ext. informationen in den lokalen server ProxyPass http://xxxx/ #korrigiert in verbindung mit proxypass die adressangabe innerhalb einer umleitung ProxyPassReverse http://xxx/ #SSLRequireSSL </Location> </VirtualHost> ---------
i don't give the 3 parts exchange, exchweb and public to single locations, because we use rsa and other things combination with owa.
you have to make shure, to load the following modules:
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Apache 2 reverse proxy and OWA 2003