Eric Covener wrote:
On Sun, Sep 6, 2009 at 10:51 AM, pch0317<pch0...@gmail.com> wrote:
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/ |

Make the trailing slashes "agree" on both args (both or none)


I guess it can also be that the links to the images, which are present in the original page you obtain from google.com, do not start with "/search/". mod_proxy will not magically rewrite links that are internal to the html page.


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