El 2014-08-08 16:53, Mark jensen escribió:
I want to forbid squid from caching a website:
www1.example.com/public
and
www1.example.com/books
so every time I access the page it brings it from source.
but I want it to cache the website:
www1.example.com
and I want it to log everything in access.log file (the caching ones
and not caching ones).
Seems that you're looking for this:
http://wiki.squid-cache.org/SquidFaq/OperatingSquid#How_can_I_make_Squid_NOT_cache_some_servers_or_URLs.3F
Not sure whether it's possible to log the not-cached ones in access.log,
although I think they would be with a MISS status.
Regards.