hi guys, I have squid-3.1.20 installed on ubuntu-12.10. I didn't change much in squid's default configurations. I just defined "cache_dir" and "nameservers" and enabled "localnet". now when I open any webpages from client, in my access.log I see lots and lots of this message (for almost all contents): ... 1375088677.969 3341 192.168.0.81 TCP_MISS/200 111920 GET http://www.imdb.com/ - DIRECT/72.21.215.52 text/html ... 1375088683.295 479 192.168.0.81 TCP_MISS/200 648 GET http://s.media-imdb.com/twilight/? - DIRECT/72.21.215.52 image/gif .... I look at squid's cache folder and I see size of cache folder grows (so content is being cached?) but apparently no cached content is being used. I googled but didn't find anything that help me. is there anything I'm missing? Does anyone have a thought or suggestion? thank you.