Hi,
I'm not sure I understand the refresh_pattern parameters so I was
wondering if someone could confirm this.
I'm using Squid as a reverse proxy. I would like to keep pages in the
cache for a certain amount of time, irrelevant from any creation date,
last modified date or expiry date.
Say for example keep everything for 100 minutes in the cache.
I would like to obtain the following behaviour:
- client hits reverse proxy, item is not in cache.
- proxy fetches from actual source and caches the object.
- For the next 100 minutes any request will only hit the cache.
- client hits after 100 minutes (e.g. 101), proxy sees page as stale,
fetches from actual source, re-caches the object for another 100 mins.
Is the following line correct:
refresh_pattern . 0 100% 100 ignore-reload override-lastmod \
override-expire
-- Cheers, Eb.Received on Tue Sep 13 2005 - 17:17:43 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Oct 01 2005 - 12:00:03 MDT