> Mark Keenan wrote:
>     ProxyPass http://192.168.1.53
>     ProxyPassReverse http://192.168.1.53

ProxyPass and ProxyPassReverse takes 2 parameters, the first one is the
'url' to proxy and the second is the url to proxy to. So:

> ProxyPass / http://192.168.1.53/
> ProxyPassReverse / http://192.168.1.53/

Davide

-- 
In 1968 it took the computing power of 2 C-64's to fly a rocket to the
moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft
Windows 95. Something must have gone wrong.

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to