On Thu, Apr 04, 2002 at 12:40:33AM +0200, Squid Support (Henrik Nordstrom) wrote:
> If the object is already cached then no_cache won't really help..
I figured that.
So I did a purge, followed by 2 more requests. The first request properly
fetches a new object and the log shows
TCP_MISS/200
The second request gets
TCP_REFRESH_HIT/200
I still must be missing something?
/\/\ \/\/
> I would suggest using a refresh_pattern instead of no_cache. This way
> you can make Squid always verify that the cached content is fresh but
> still benefit from caching of bulk content..
>
> Insert the following before your existing refresh patterns:
>
> refresh_pattern -i ^http://fdl.msn.com 0 0% 0
>
> Regards
> Henrik Nordström
> Squid Developer
>
>
> On Wednesday 03 April 2002 20:14, Michael R. Wayne wrote:
> > 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
Received on Thu Apr 04 2002 - 10:53:41 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:21 MST