[squid-users] Re: Multiple reply_body_max_size entries

From: Adam Aube <aaube01@dont-contact.us>
Date: Thu, 02 Dec 2004 19:19:10 -0500

Marco D'Ettorre wrote:

> I noted that acl based reply_body_max_size works correctly ONLY if I add
> the acl in one of http_access directives!

> My acl is an EXTERNAL one (ldap_group in particular).

> reply_body_max_size 1000000 allow !unlimited

> This works only if I add
> http_access allow unlimited !unlimited
> that is never true and doesn't alter my access rules.

Likely reply_body_max_size is a fast lookup that cannot wait for slow
lookups, such as external helper calls, to complete. Using the acl in
http_access makes it already availabe to Squid, eliminating the wait in
reply_body_max_access.

Adam
Received on Thu Dec 02 2004 - 17:19:16 MST

This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:01 MST