[squid-users] squid.config
Amos Jeffries
squid3 at treenet.co.nz
Sun Sep 8 06:52:43 UTC 2019
On 7/09/19 10:41 pm, Sérgio Vieira wrote:
> Hello,
>
> I’m trying to ignore some domains (like facebook.com, youtube.com, etc), meaning that I don’t want logs from this domains.
>
> I already inserted in the config file the following:
> acl nolog dstdomain “/etc/squid/acl-nolog.txt”
> access_log none nolog
>
> In the txt, i have:
> .facebook.com
> .instagram.com
>
> But it’s not working. How to achieve this? I’m using SquidMan v4.0 on macOS.
>
Did you place this "access_log none" line above any other log lines in
your squid.conf?
The "none" will only prevent access_log lines following its line
producing output.
Amos
More information about the squid-users
mailing list