ons 2010-03-03 klockan 09:54 -0500 skrev Rick Coloccia:

> I've added these things to squid.conf:
> acl dontlog url_regex -i 
> ^http://dont.log.this.com/components/com_livechat/sync.php
> cache_access_log /var/log/squid/access.log squid !dontlog
> cache_access_log none dontlog

should be

access_log none dontlog
access_log /var/log/squid/access.log squid

or

access_log /var/log/squid/access.log squid !dontlog

but what you have above should work as well, even if the last line there
is useless..

I have no explanation why it does not work for you. Should work and
works fine for me.

Regards
Henrik



Reply via email to