Hi
I'm setting up 3.0.STABLE1-1ubuntu1 on Ubuntu 8.04 and copied over the
squid.conf from squid2.6.18-1ubuntu3. I get this error when trying to
start squid3:
2011/03/25 20:37:30| parseConfigFile: 'squid.conf' line 2663
unrecognized: 'broken_vary_encoding allow apache'
From the config:
# Apache mod_gzip and mod_deflate known to be broken so don't trust
# Apache to signal ETag correctly on such responses
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
How do I do this in squid3?
Commenting out the apache acl lets squid3 start, but it's refusing
connections. Must have bungled something. Here's my squid3 config:
http://pastebin.com/UNuRa9ww
Thanks
Dayo