| Pablo Milano 2002-10-05, 8:31 pm |
| I am setting up an Exchange 2000 OWA server in my lan, which needs to
be accesible to the outside world. For this purpose, I have an Apache
server acting as a reverse proxy in the following way:
(INTERNET) --> (FIREWALL) --> (APACHE) --> (Exchange OWA)
I set up Apache reverse proxying by using the following directives:
ProxyPass /exchange http://myserver/exchange/
ProxyPassReverse /exchange http://myserver/exchange/
What happens is that after authenticating with OWA, the outside client
tries to connect directly to http://myserver/exchange instead of doing
it through the proxy server. This seems to be due to a redirect from
Exchange Server.
Does anybody know how to solve this issue?
Please e-mail me copy of your responses.
Thanks
|