Re: [squid-users] Refreshing files in the squid cache on a regular basis?

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Wed, 19 Apr 2006 12:58:52 +0200

tis 2006-04-18 klockan 12:51 -0800 skrev Chris Robertson:

> export http_proxy=http://username:password@my.proxy.dom:3128/
> wget -O /dev/null --input-file=/path/to/file/of/imageURLs

or you could use squidclient..

squidclient -H "Cache-Control: max-age=0\\n" -s -u username -w password URL_to_refresh

The max-age=0 thingy is to force a cache revalidation. It is also
possible to use the -r option but this will force a reload of the object
even if it hasn't changed on the web server.

Regards
Henrik

Received on Wed Apr 19 2006 - 04:59:05 MDT

This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT