On Tuesday 18 February 2003 19.42, Michael wrote: > How would I set up Squid to return the cached page if neither the > parent proxy or a direct connection is available (like when my lan > losses connection to the Internet)? I've been working with it for a > while but am not having much luck. Thanks.
Squid automatically does if revalidation fails, but not if the object cannot be revalidated (no Last-Modified header) or if the browser forces a cache bypass (Pragma: no-cache header). Also, obviously not if the object in question is not cached by Squid in the first place. Regards Henrik
