[squid-users] ACL issues

From: Michael R. Wayne <wayne@dont-contact.us>
Date: Wed, 03 Apr 2002 13:14:07 -0500

Squid Cache: Version 2.3.STABLE4

I am trying VERY hard to force requests to fdl.msn.com to go direct
but squid is not cooperating. In squid.conf, I have

acl ZONE_1 url_regex fdl.msn.com
no_cache deny ZONE_1
#### fdl.msn.com has address 207.46.177.148
acl ZONE_2 dst 207.46.177.148
no_cache deny ZONE_2
acl acl_zone dst fdl.msn.com
always_direct allow acl_zone

Turning on debugging, I get the following in cache.log:

2002/04/03 13:11:32| aclMatchAclList: checking ZONE_1
2002/04/03 13:11:32| aclMatchAcl: checking 'acl ZONE_1 url_regex fdl.msn.com'
2002/04/03 13:11:32| aclMatchRegex: checking 'http://fdl.msn.com/zone/datafiles/zone.za_'
2002/04/03 13:11:32| aclMatchRegex: looking for 'fdl.msn.com'
2002/04/03 13:11:32| aclMatchAclList: returning 1

However, its still cached as evidenced by the fact that I get an out of date
file. Also, access.log confirms this:

1017857492.101 2 148.59.4.66 TCP_MEM_HIT/200 2164 GET http://fdl.msn.com/zone/datafiles/zone.za_ - NONE/- application/octet-stream

Help?

/\/\ \/\/
Received on Wed Apr 03 2002 - 11:14:08 MST

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