On Wed, 25 Feb 2004 Jim_Brouse/[EMAIL PROTECTED] wrote: > > > Both access.log and store.log gives you this information. > > TCP_CLIENT_REFRESH_MISS/304 is that what access.log will display when > something is not going to be cached?
This says the client forced a revalidation of a page already cached in the client. (reload request) The cache is only updated if the object has already been cached by Squid. If you are testing a new fresh cache then it is recommended to first clear your browser cache. Regards Henrik
