Hello everybody, I lately upgraded my Squid from 2.2 stable 4 to 2.2 stable 11 variously patched. I am using LDAP authentication for users accessing the proxy via squid_ldap_auth and I have always been using SquidGuard for web access control via blacklists. In Squid's access.log - before the upgrade - I usually saw TCP_DENIED as a result of SquidGuard redirecting (i.e. denying) access to a web page.
After the upgrade, however, Squid now logs TCP_MISS instead of TCP_DENIED for SquidGuard redirected pages, so my stats (made with SARG) record an access to a web page (MISS) even if that web page has been rejected (DENIED). Actually users cannot be charged for pages they actually didn't see, can they? Any idea of how I can solve this issue and make Squid log TCP_DENIED instead of TCP_MISS? Maybe "http_reply_access" directive in squid conf? (Even if I am afraid I don't exactly understand what this means... ;-)) thank you, luca
