This is a discussion on Re: [squid-users] reply_body_max_size ACLs ignored? within the Squid Users forums, part of the Web Server and Related Forums category; On Tue, 4 Nov 2003, David Landgren wrote: > reply_body_max_size 0 allow user_davidl user_tomn This is a contradiction and can ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 4 Nov 2003, David Landgren wrote:
> reply_body_max_size 0 allow user_davidl user_tomn This is a contradiction and can never be true. The same request can not come from both users at the same time. What you want is a single ACL listing all users in this category of users, and then refer to this single acl in reply_body_max_size. The logics of reply_body_max_size is idendical to that of http_access: Squid FAQ 10.1 Access Controls Introduction <url:http://www.squid-cache.org/Doc/FAQ/FAQ-10.html#ss10.1> Regards Henrik |