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.