> > > Dear Techies, > > I configured squid server with MAC authentication in a CentOS 5.2 + squid > 3.0 installation. I enabled "debug_options ALL,1 33,2 28,9" in the > squid.conf... > > Now in cache.log i can see so...ooooo.....ooooo oooooo many ERROR messages > as the following... > > HOW CAN I RESOLVE THIS ISSUE??? Those are not error messages. They are normal operation debug messages. FYI: debug_options has the following levels: *,0 - critical errors *,1 - ^^, plus additional warnings and administrative information. *,2+ - ^^, plus debug operational information > > 2009/05/20 21:27:02.095| aclCheckFast: list: 0 > 2009/05/20 21:27:02.095| aclCheckFast: no matches, returning: 1 > 2009/05/20 21:27:02.095| ACLChecklist::~ACLChecklist: destroyed 0x93fcb3c Some request has an access control (ie set of http_access) tested. It did not 'match' any of them. Squid cleaned up the temporary checklist object when finished. Perfectly normal and good behavior. Amos