On Fri, 17 Dec 2004, Thomas Ristic wrote:
What ist the minimal caching time squid honors? Today we observed that requests to a page with 59 seconds remainig expiry time were not cached by squid but refetched for every request.
60 seconds unless the object can be revalidated (has a Last-Modified header).
If you run a reverse proxy you may want to disable this, but it is most likely better to make your server return a meaningful Last-Modified header.
Regards Henrik
