From: "Baird, Josh" <jbaird_at_follett.com>
> I am trying to ignore requests from two IP addresses in my access_log.
> These two hosts connect every second and do "health checks" of the
> proxy service and I would like to eliminate the access_log spam that
> theycreate.
> Here is what I am trying:
acl loadbalancers src
> 172.26.100.136/255.255.255.255
acl loadbalancers src
> 172.26.100.137/255.255.255.255
access_log /var/log/squid/access.log squid
> !loadbalancers
This does not seem to have any effect. Requests from
> 172.26.100.136 and
.137 are still appearing in the access_log. Any
> ideas?
What about 'log_access' ?
JD
Received on Fri Mar 12 2010 - 17:10:51 MST
This archive was generated by hypermail 2.2.0 : Fri Mar 12 2010 - 12:00:03 MST