Re: [squid-users] acl issue

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Thu, 04 Mar 2010 00:29:45 +0100

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
Received on Wed Mar 03 2010 - 23:27:13 MST

This archive was generated by hypermail 2.2.0 : Thu Mar 04 2010 - 12:00:06 MST