[squid-users] Clearing ACLs on reload?

2008-03-24 Thread Ilkka Tuohela
Hi, I was wondering how I could clear entries from certain ACL during reload of squid configuration? I was looking if I could for example add a line like this (not valid, of course): acl local_domains reset acl local_domains /etc/squid/local_domains.acl The issue here is that I need to

Re: [squid-users] Clearing ACLs on reload?

2008-03-24 Thread Leonardo Rodrigues Magalhães
Ilkka Tuohela escreveu: The issue here is that I need to control access to parent proxy by ACLs, and sometimes entries need to be removed from a ACL. Because the ACL rules always add to the existing ACL, removing a line from external file and reloading squid does not actually remove it from

Re: [squid-users] Clearing ACLs on reload?

2008-03-24 Thread Amos Jeffries
Ilkka Tuohela wrote: Hi, I was wondering how I could clear entries from certain ACL during reload of squid configuration? I was looking if I could for example add a line like this (not valid, of course): acl local_domains reset acl local_domains /etc/squid/local_domains.acl The issue here is

Re: [squid-users] Clearing ACLs on reload?

2008-03-24 Thread Ilkka Tuohela
I thought squid did clear the ACLs on reload. And a quick check of the code confirms that it should be. What is giving you the idea that it does not? Oh, my bad, for the squid version I said this actually works correctly, don't know what I've done differently. And of course, I can't