[squid-users] reply_body_max_size ACLs ignored?

From: David Landgren <david@dont-contact.us>
Date: Tue, 04 Nov 2003 14:09:53 +0100

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
Received on Tue Nov 04 2003 - 06:10:26 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:21:05 MST