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
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT