Re: [squid-users] Warning: ACL is used in context without an HTTP response

2019-09-25 Thread Alex Rousskov
On 9/25/19 11:07 AM, Alessandro Andrei wrote: > acl AuthResponse407 http_status 407 > acl excludefromlog dstdomain .vortex-win.data.microsoft.com > acl DoNotLog any-of AuthResponse407 excludefromlog > access_log stdio:/var/log/squid/access.log logformat=squid !DoNotLog > it's not clear to me how

Re: [squid-users] Warning: ACL is used in context without an HTTP response

2019-09-25 Thread Alessandro Andrei
On 25/09/2019 15:29, Alex Rousskov wrote: On 9/25/19 7:12 AM, Alessandro Andrei wrote: My access_log file il flooded with messages that I do not want to see Specifically 1) CONNECT vortex-win.data.microsoft.com 2) TCP_DENIED/407 So I created two ACLs to exclude them from logging and applied

Re: [squid-users] Warning: ACL is used in context without an HTTP response

2019-09-25 Thread Alex Rousskov
On 9/25/19 7:12 AM, Alessandro Andrei wrote: > My access_log file il flooded with messages that I do not want to see > > Specifically > 1) CONNECT vortex-win.data.microsoft.com > 2) TCP_DENIED/407 > > So I created two ACLs to exclude them from logging and applied it to my > access log > > acl

[squid-users] Warning: ACL is used in context without an HTTP response

2019-09-25 Thread Alessandro Andrei
My access_log file il flooded with messages that I do not want to see Specifically 1) CONNECT vortex-win.data.microsoft.com 2) TCP_DENIED/407 So I created two ACLs to exclude them from logging and applied it to my access log acl AuthRequest http_status 407 acl excludefromlog dstdomain