Search squid archive

Re: External ACL TTL not working as expected

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 31/01/2015 5:14 p.m., Alberto Perez wrote:
> Amos,
> You rock it,
> Thanks a lot, now its working pretty well.
> 
> I was partialy aware of PHP limitation when used to build external
> helpers any way I gave it not too much importance since was working
> fine, I will rewrite code in python ASAP, I appreciate your
> recommendations.
> 
> Please if is not too much to ask, I will like to ask you about another
> issue I have not been able to make it work, im trying to skip access
> logging of a subnet, in old versions of squid (3.1) I was using the
> following configuration
> 
> 
> acl ip_upredes src 10.2.100.0/24
> 
> log_access deny ip_upredes
> log_access allow all
> 
> 
> As of squid 3.4 log_access directive was no longer available I was
> trying to change to
> 
> cache_access_log stdio:/var/log/squid3/access.log
> cache_store_log stdio:/var/log/squid3/store.log
> access_log none ip_upredes
> 

That should be:

 access_log stdio:/var/log/squid3/access.log squid !ip_upredes

Amos

_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users





[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux