Helena wrote:
> For example, http://ourproxy.com:5000/http://yahoo.com
>
> I have tried using redirectors but before the URL is passed on to
> the redirectors, squid gives errors about illegal
> '/http://yahoo.com' url so there seems to be no way for redirectors
> to correct this with regexs.
You have to either configure the browser to use your Squid as a proxy
for these requests, or turn on acceleration in squid.conf. Else Squid
can't figure out what the request is.
httpd_accel virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
should make Squid pass these URLs to the redirector.
--- Henrik Nordstrom Spare time Squid hackerReceived on Tue Jan 05 1999 - 15:26:06 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:54 MST