Hello
I want to make reverse proxy in my machine.
I type as in the example:

| ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /search http://google.com/
ProxyPassReverse /search http://google.com/ |

when I enter a URL http://mymachine.com/search

google site appears but without images.
What I must do to see the image?

Thanks

---------------------------------------------------------------------
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