I have removed all comments from my config file: http://pastebin.com/kqvNszyp And here is a short excerpt from my access.log - don't think it will be too helpful though. I have removed some IP addresses and URLs. http://pastebin.com/bZiZ3tUN Note that I do get some TCP_MEM_HIT/200 sometimes. I have tried using Firefox 29, Internet Explorer 11 and the latest version of Chrome for Debian 7 stable. >Från: Eliezer Croitoru [mailto: eliezer@xxxxxxxxxxxx] >Skickat: söndag, 29 juni, 2014 08:83 >Till: squid-users@xxxxxxxxxxxxxxx >Subject: Re: Squid 3.4.6 is not caching anything > >Can you please clean your squid.conf file from comments etc using: >egrep -vc '(^#|^$)' squid.conf (was mentioned in another post). > >I do not know what site it is and why it is cachable but reading the >logs might be tricky.. >What browser\client are you using? > >Can you share the access.log relevant parts? > >Eliezer > >>On 06/29/2014 03:22 AM, liam@xxxxxx wrote: >> My squid.conf is almost the default config. Just with the cache_dir line >>uncommented. Here is a link to my squid.conf >> >>http://pastebin.com/pv1JbwZE >> >> Here is output from cache.log >> >> http://pastebin.com/WghnfyLb >> >> And my access.log only has TCP_MISS and TCP_CLIENT_REFRESH_MISS. I know that >> the objects are cacheable, as they do cache with one of my other squid >> servers. >> >> Thanks for any help.