[squid-users] acl rep_header Content_length does not work

From: lopl <lopl@dont-contact.us>
Date: Sat, 2 Sep 2006 09:27:18 -0700

Dear
I need to use an acl that works with reply size.

better way( I found) is using following acl
acl aclname rep_header header-name [-i] any\.regex\.here # from
squid.conf.default

changed to:

acl bigfiles rep_header Content-Length ^(1|2)?+[0-9]{0,6}?$

http_access deny bigfiles
http_access allow all

it does not work.why?:
all of smal and big files are allowed!!!

please help me.
Best
Pezhman
Received on Sat Sep 02 2006 - 00:00:16 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Oct 01 2006 - 12:00:03 MDT