Would a:
acl QUERY urlpath_regex cgi-bin \?
acl forcecache dstdomain kh.google.com
no_cache allow forcecache
no_cache deny QUERY
Works?
----- Original Message -----
From: "Brett" <bml@xxxxxxxxxxxxxxxxx>
To: <squid-users@xxxxxxxxxxxxxxx>
Sent: Thursday, September 22, 2005 3:47 AM
Subject: Re: maps.google.com image cacheing
On Thu, 2005-09-22 at 15:50, Przemek Czerkas wrote:
Brett wrote:
> Greetings,
> Recently I have observed that the images on google maps are not getting
> caught in the squid cache (squid-2.5.9-10 on Debian Sarge). The actual
> images come in the form:
> http://kh.google.com/kh?v=3&t=tsrrtsqrrqqsq
> Is there any way I can cache these images in squid at all? (I don't
> mind
> patching, or violating the HTTP standard a bit (ala: reload-into-ims)
> as
> the cache is only serverd to a few people).
http://www.squid-cache.org/bugs/show_bug.cgi?id=1057
Thanks for the reply,
but (and I don't know if I am just being dense) I don't understand how
that patch would help. As far as I can tell there are no headers being
sent which contain any cache storage specifications such as "no-cache",
"no-store" or "private" and there doesn't seem to be any authentication
involved. If I am wrong I'll gladly be corrected :-)
Thanks,
Brett