On Fri, 6 Feb 2004, Harry Crowder wrote: > When squidguard blocks a site it redirects squid to an error page. The > access.log for squid reports the page as a TCP_MISS/403. Is there a setting > in squid.con, squidguard.conf, or sarg.conf that I can change the > TCP_MISS/403 to TCP_DENIED for reporting purposes?
By using squid access controls instead. Or you could filter TCP_MISS/403 with no hierarchy code and replace them with TCP_DENIED. Regards Henrik
