ons 2010-05-12 klockan 08:45 -0700 skrev Jonathan Lunn:
> I'm successfully using Squid (3.0.STABLE25) with ESI enabled but, I can't seem to cache anything that has a cache-control: max-age less than 60 seconds. At present I'm having to set cache-control: max-age header at 61 seconds in order to cache.
There is a threshold set in squid.conf limiting caching of objects which
can not be revalidated (no cache validator in the response header) and
which expires quickly.
minimum_expiry_time or something like that.
Fixing the server to provide and support cache validators is the better
option however.
A cache validator is Last-Modified or ETag, and is used by
If-Modified-Since or If-None-Match request headers to validate the
freshness of the cached copy.
Regards
Henrik
Received on Wed May 12 2010 - 20:02:41 MDT
This archive was generated by hypermail 2.2.0 : Thu May 13 2010 - 12:00:05 MDT