** Low Priority **

Thanks for the pointer Brian.  I'll check it out.

Avi

>>> "Brian Rectanus" <[EMAIL PROTECTED]> 05/16/06 11:31 AM >>>
On 5/16/06, Avraham Shapiro <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to