On Wed, Aug 12, 1998 at 09:14:03AM -0400, Mark Dabrowski wrote:
> Why there are some objects (html) which are never cached? An example could
> be www.asus.com site. It takes forever to download it, even if 99$ of the
> objects from the front page are cached, but the actual index.htm file is
> nevercached. Is there a way to override that?
>
> 02927320.408 282 209.151.129.81 TCP_MISS/302 274 GET
> http://www.asus.com/ - DIRECT/www.asus.com text/html
Note the response code: 302 (Moved Temporarily; a redirect).
> 902927321.326 903 209.151.129.81 TCP_MISS/200 19796 GET
> http://206.169.156.226/ - DIRECT/206.169.156.226 text/html
This page sends a "Cache-Control: private" header. It also sends
Set-Cookie, which, according to the FAQ, causes Squid not to cache
the object.
See also the Squid FAQ and the release notes for descriptions of
the refresh algorithm.
http://squid.nlanr.net/Squid/FAQ/FAQ.html
-- Michael Fuhr http://www.fuhr.net/~mfuhr/Received on Wed Aug 12 1998 - 06:42:42 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:30 MST