Re: [squid-users] external_acl problem with cache

2011-01-24 Thread Amos Jeffries
On 25/01/11 17:19, Luis Enrique Sanchez Arce wrote: hello, I put the variable grace = 0 but the problem persist. This is my program - #!/usr/bin/env perl use UUID::Random; $| = 1; while ($in_squid =) { $uuid = UUID::Random::generate;

Re: [squid-users] external_acl problem with cache

2011-01-24 Thread Amos Jeffries
On Mon, 24 Jan 2011 23:28:48 +, Amos Jeffries wrote: > On Mon, 24 Jan 2011 17:31:18 -0500 (CST), Luis Enrique Sanchez Arce > wrote: >> I have an external acl to running some logic. the Acl modify the squid > log >> with parameter %ea >> >> the acl returns something like this: >> >> ERR mess

Re: [squid-users] external_acl problem with cache

2011-01-24 Thread Amos Jeffries
On Mon, 24 Jan 2011 17:31:18 -0500 (CST), Luis Enrique Sanchez Arce wrote: > I have an external acl to running some logic. the Acl modify the squid log > with parameter %ea > > the acl returns something like this: > > ERR message= log=uuid > > or > > OK message= log=uuid > > uuid is a

[squid-users] external_acl problem with cache

2011-01-24 Thread Luis Enrique Sanchez Arce
I have an external acl to running some logic. the Acl modify the squid log with parameter %ea the acl returns something like this: ERR message= log=uuid or OK message= log=uuid uuid is a unique key generate by the acl. When I check the access.log file appears repeated uuid. I think