Search squid archive

Warning: ACL is used in context without an HTTP response

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 .vortex-win.data.microsoft.com
access_log stdio:/var/log/squid/access.log logformat=squid !AuthRequest !excludefromlog

It works but now my cache.log is flooded with
WARNING: AuthRequest ACL is used in context without an HTTP response. Assuming mismatch.


I read in the mailing list archives this is the correct behaviour, but isn't there a way to avoid all this?

Thanks
_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux