<div dir="ltr"><div>Hi people, I have Debian 9 + Squid 3.5.23.</div><div><br></div><div>I'm using squidguard to filter domains and URL's, so in /etc/squid/squid.conf I have:<br></div><div><br></div><div>url_rewrite_program /usr/bin/squidGuard -c /etc/squidguard/squidGuard.conf</div><div><br></div><div>I must exclude "<a href="http://hangouts.google.com" target="_blank">hangouts.google.com</a>" domain in /var/log/squid/access.log file.</div><div><br></div><div>So firstly I edited in my /etc/squid/squid.conf file:</div><div><br></div><div>acl exclude dstdomain <a href="http://hangouts.google.com" target="_blank">hangouts.google.com</a><br>access_log none exclude<br>access_log /var/log/squid/access.log squid<br></div><div><br></div><div>But it didn't work, when I executed "tail -f /var/log/squid/access.log" I could see logs from <a href="http://hangouts.google.com" target="_blank">hangouts.google.com</a>.</div><div><br></div><div>After that I edited again my /etc/squid/squid.conf file:</div><div><br></div><div>acl exclude dstdomain <a href="http://hangouts.google.com" target="_blank">hangouts.google.com</a><br>access_log /var/log/squid/access.log squid !exclude</div><div><br></div><div>But it didn't work again.</div><div><br></div><div>Please can you tell me what I can do in order to deny logs from <a href="http://hangouts.google.com" target="_blank">hangouts.google.com</a> ???</div><div><br></div><div>Thanks a lot, greetings !!!</div><div><br></div><div>Robert</div></div>