Re: [squid-users] Re: Force cache reload for object from browser

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Tue, 22 Apr 2008 15:04:37 +0200

mån 2008-04-21 klockan 16:01 -0500 skrev Paul Bryson:

> Heck, it doesn't really even need to even be a browser (though that
> would be most universally useful). I just need some way to tell the
> proxy to grab a new version of the file.

Pretty much any command line client will do fine.. wget / squidclient /
curl, etc...

wget --no-cache ...

squidclient -r

curl -H "Cache-Control: no-cache"

With squidclient you can also tell Squid to forget about the cached file
without fetching a new copy

squidclient -m PURGE http://....

(subject to http_access restrictions)

Regards
Henrik
Received on Tue Apr 22 2008 - 13:05:28 MDT

This archive was generated by hypermail 2.2.0 : Thu May 01 2008 - 12:00:04 MDT