[H-GEN] Squid + transparent proxy problems
Ted Percival
ted at midg3t.net
Fri Nov 17 01:18:24 EST 2006
Harry Phillips wrote:
> I researched that error and all of the answers said to ensure the
> squid.conf had the following lines:
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
>
> The problem is that when I try and start squid with those lines it comes
> up with an error for all of them:
> parseConfigFile: line xx unrecognized: 'httpd_accel_xxx option'
>
> Does anyone have any ideas on why squid is not working the way it used
> to?
Transparent proxying changed from squid 2.5 to 2.6. You probably just
need to remove all the httpd_accel* options and replace them with
http_port 3128 transparent
See /usr/share/doc/squid/RELEASENOTES.html.gz for some more info.
That is the file on my Debian system, likely to exist in your Ubuntu
package. Otherwise I found a public version at
<http://sunsite.bilkent.edu.tr/pub/infosystems/Squid/Versions/v2/2.6/squid-2.6.STABLE1-RELEASENOTES.html>.
--
tp
More information about the General
mailing list