Jeffery Richards [2667] wrote:
>
> We're checking out SQUID and we're wondering if it does reverse proxying.
> What I'm wanting is for the machine to accept a URL of the form:
>
> http://proxy.company.com/123
>
> internally do a lookup to say:
>
> http://internal.company.com/123.html
httpd_accel_host internal.company.com
will cause Squid to forward the /123 request to internal.company.com.
If you wants to also transform the URL-path on the way then you can use
a redirector to rewrite the URL while it is forwarded.
-- Henrik Nordstrom Squid hackerReceived on Fri Mar 10 2000 - 01:37:21 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:01 MST