On 3/20/2012 7:32 AM, Michael Borejdo wrote:
What might be the reason for squid not caching specific content? Being new to squid, What is the best way to debug this situation? I can provide more logging info, if needed.
Hello Michael,Sometimes is usefull to see how the server puts the http headers to understand why squid doesn't cache certain objects.
I usually use wget -S at the squid server $export http_proxy="http://localhost:port" ; wget -S http://some.site/object Regards Sebastian