Some of the urls have the IP addresses in them rather than the domain. Is
there any way of using the IP address in a dstdomain, or perhaps a
urlpath-regex ?
Anyway, still no go. I changed it to
acl testing dstdomain ourdomain.com
no_cache deny testing
And it still gets pulled from cache.
dstdomain should be OK, it's just that I *know* that the webbies have some
hard-coded addresses in the sites. Actually, maybe this will be a good
cattle prod to get them to clean it up a tad :)
-- Dean Carpenter deano@areyes.com 94 TT :) Dean.Carpenter@pharma.com -----Original Message----- From: Duane Wessels [mailto:wessels@ircache.net] Sent: Friday, March 03, 2000 1:09 PM To: Carpenter, Dean Cc: squid-users@ircache.net Subject: RE: always_direct and never_direct dang it On Fri, 3 Mar 2000, Carpenter, Dean wrote: > Cool - almost. I put in > > acl testing dst x.x.x.x/y.y.y.y > no_cache deny testing > > It still grabs from cache, showing a TCP_MISS for the first attempt, then a > TCP_MEM_HIT or TCP_HIT for a second attempt (after clearing the browser > cache). 'dst' ACLs aren't supported with no_cache. It would require modifying the code to wait while it does a hostname to address lookup. Is it sufficient for you to use 'dstdomain' instead?Received on Sat Mar 04 2000 - 03:36:05 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:53 MST