** Low Priority ** Thanks for the pointer Brian. I'll check it out. Avi >>> "Brian Rectanus" <brectanu@xxxxxxxxx> 05/16/06 11:31 AM >>> On 5/16/06, Avraham Shapiro <asha@xxxxxxx> wrote: > ** Low Priority ** > > I loaded mod_proxy, and it no longer complains about the ProxyPassReverse line. > But when I open http://localhost in my browser the reverse proxy doesn't happen. > Instead it says "can't find server". I can't find any more information in my log file. > > The line in my httpd.conf file is: ProxyPassReverse / http://192.168.0.2/ > > Avi > ProxyPassReverse does nothing but rewrite headers going back to the client. You want ProxyPass to actually do the reverse proxying. Re-read the docs and basic examples: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#forwardreverse -B --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx