Tarak wrote:
Hi List,
[root@calvin interfaces]# squid -k check
2008/10/28 17:41:04| squid.conf line 2574: reply_body_max_size 25600
KB allow limitsize
2008/10/28 17:41:04| aclParseAccessLine: expecting 'allow' or 'deny',
got 'KB'.
2008/10/28 17:41:04| squid.conf line 2576: reply_body_max_size 1024 KB
allow limitsize2
2008/10/28 17:41:04| aclParseAccessLine: expecting 'allow' or 'deny',
got 'KB'.
2008/10/28 17:41:04| squid.conf line 2578: reply_body_max_size 1024 KB
allow limitsize1
2008/10/28 17:41:04| aclParseAccessLine: expecting 'allow' or 'deny',
got 'KB'.
Which leads me to believe you are using Squid2, not Squid3. Squid 2
only allows a global reply_body_max_size. See
http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE10-RELEASENOTES.html
for a list of the differences.
I'm getting this error after following the above link.
/\
Tarak
Chris