Is there a way i can see why Squid (Proxy Server) determines why a resources should be a MISS?
Posted
by Pure.Krome
on Server Fault
See other posts from Server Fault
or by Pure.Krome
Published on 2010-06-03T01:01:33Z
Indexed on
2010/06/03
1:04 UTC
Read the original article
Hit count: 279
Hi folks,
I'm using Fiddler/FireBug to debug some of our live server web content. We're getting a lot of :-
X-Cache: MISS from X-Cache-Lookup: MISS from :8080 Via: 1.1 :8080 (squid/2.7.STABE3)
I thought i knew a lot about cache-control / expires / last-modified / etags, etc.. but maybe not.
So .. is there a way I can run squid in some verbose way to see why it thinks a resource which i request, is cached/is not getting cached, etc.. which is why we're getting MISSes back?
cheers :)
© Server Fault or respective owner