List,

I am running 2.5.STABLE3 and have the following parameters in my configuration file:
===
acl all src 0.0.0.0/0.0.0.0
acl user_davidl src 172.17.1.1/32
acl user_tomn src 172.17.1.17/32


reply_body_max_size         0 allow user_davidl user_tomn
reply_body_max_size  16777216 allow all
===

However when I issue a large (>16Mb) request from 172.17.1.1 I get the Squid error message "The request or reply is too large.". I'm obviously doing something wrong, but what?

From searching on the web I got the idea that the ACLs are order-dependent, so I reversed the above:

===
reply_body_max_size  16777216 allow all
reply_body_max_size         0 allow user_davidl user_tomn
===

...but the problem persists (after a squid -k reconfigure).

Thanks for any clues I can use,
david




Reply via email to