Re: [squid-users] Squid no_cache and msn's gaming zone

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 09 Oct 2001 02:14:05 +0200

You may need to clean out your cache as well. The no_cache directive
only stops new files from being cached. There will still be hits for
already cached files.

It may be possible to disregard the cached files by constructing a very
aggressive refresh_pattern that makes the objects stale.

Regards
Henrik Nordström
Squid Hacker

Matthew Goward wrote:
>
> When users need to upgrade their files for Microsoft's zone,
> the files are pulled from fdl.msn.com. One example is
> http://fdl.msn.com/zone/Z4/heartbeat.cab
>
> Rather than trying to figure out which files are cacheable, we
> simply decided not to cache anything from fdl.msn.com. We
> tried each of the following without success
>
> 1) Appending fdl.msn.com to the "acl QUERY" line, followed by "no_cache deny QUERY"
>
> 2) Defining a new acl
> acl_zone urlpath_regex fdl.msn.com
> --- OR ---
> acl_zone urlpath_regex msn.com
> --- OR ---
> acl acl_zone dst fdl.msn.com
> --- AND either ---
> no_cache deny acl_zone
> --- OR ---
> always_direct allow acl_zone
>
> Followed in each case by a squid -k parse, squid -k reconfig
>
> Yet it continues to be cached. Example log line follows
>
> 1002476529.121 84 1.2.3.4 TCP_IMS_HIT/304 223 GET http://fdl.msn.com/zone/Z4/heartbeat.cab - NONE/- application/octet-stream
>
> Any ideas, suggestions, obvious mistakes?
>
> Matthew Goward
> Msen Network Engineering
> service@msen.com
Received on Mon Oct 08 2001 - 18:16:07 MDT

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