Re[4]: [squid-users] Overriding reply_body_max_size

From: Henrik Nordström <hno@dont-contact.us>
Date: Fri, 6 Sep 2002 08:25:48 +0200 (CEST)

On Fri, 6 Sep 2002, Hermes wrote:

> acl nolimitsurf src 10.0.0.2
> reply_body_max_size 1000000 allow all
> #in bytes
> reply_body_max_size 1000000000000 allow nolimitsurf
>
> but, ths doesn't allow 10.0.0.2 to surf without limitations, instead
> it still has the 1 meg limitation.

This is because it uses the first limit found. List the more specific
limits first and it should work.

reply_body_max_size 0 allow nolimitsurf
reply_body_max_size 1000000 allow all

Regards
Henrik
Received on Fri Sep 06 2002 - 00:25:52 MDT

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