hello everyone
I am running SQUID-3.1.9 on my debian linux system, everytime when make a GET request for any sites TCP_MISS is logged in access.log. access log has fallowing data logged into it.
1314092367.253 571 192.168.0.1 TCP_MISS/304 216 GET XXX - DIRECT/74.125.236.35
I think data is not being cached. how do I make squid cache data. and when I request 2nd time same site it should return TCP_HIT i.e it should be from cache..?
Thanks for help
