I would like to understand the access.log of the squid application, the various codes and what they mean for example
TCP-MISS/502
what does it mean and how does it come about?
Is there an appendix for this?
|
|
|
The log format is user-definable, but odds are good you're using the default native log format. The Squid cache FAQ describes the native log format in detail, including the result code you're asking about. |
|||||
|
|
|
check out the squid wiki. TCP_MISS The requested object was not in the cache. |
|||
|
|