Re: [squid-users] Logging ACL that triggered denied access with http_access

2016-04-25 Thread Amos Jeffries
On 26/04/2016 3:51 a.m., Stephen Borrill wrote: > Is there a way to log which ACL caused a block with http_access? This > information is present for deny_info to use, but I cannot see a entry I > can add to logformat to present such a thing in a custom log format (if > using an external acl helper,

Re: [squid-users] Logging ACL that triggered denied access with http_access

2016-04-25 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Usually for this task uses external url rewriter which has own block log. For example, ufdbguard/squidguard/dansguardian etc. Also you can use DB-based ACL's to this task. Which is better than manual maintained huge plain-text inclusions in squid.

[squid-users] Logging ACL that triggered denied access with http_access

2016-04-25 Thread Stephen Borrill
Is there a way to log which ACL caused a block with http_access? This information is present for deny_info to use, but I cannot see a entry I can add to logformat to present such a thing in a custom log format (if using an external acl helper, you can spoof something up with the et and ea formats).