Hi I have a client that wants to configure apache2 as a reverse proxy for exchange server's OWA (inside the internal LAN). (I know it's a bad idea, but that's beside the point). I tried following the example on the mod_proxy page (configuration is below) but it doesn't connect. it seems to be redirecting the connection (that's what I see in the status bar). of course I can't connect to 192.168.168... am I doing something wrong? here's the relevant part of the configuration: ProxyRequests Off Order deny,allow Allow from all ProxyPass /exchange http://192.168.168.1/exchange ProxyPassReverse /exchange http://192.168.168.1/exchange any ideas? thanx -- Haim