On Wed, 14 Dec 2011 16:17:11 -0500, Carlos Manuel Trepeu Pupo wrote:
In the log I see this: 1323897149.888 9 10.10.10.3 TCP_MEM_HIT/200 454242 GET http://proxy.mydomain:3128/squid-internal-periodic/store_digest - NONE/- application/cache-digest What it's the meaning of this ?
The URL is the internal squid URL for the cache index digest. A binary hashed representation of all URLs cached by "proxy.mydomain:3128". Yours sent back a 450KB digest in 9ms.
The request is sent by a peer seeking to identify which requests yours will be able to service for it. Usually a sibling Squid.
Amos