Hi,
Am using squid. I have enabled "access_log /var/log/squid/access.log" in squid.conf.
We are getting the logs for all ips & users.
Now i want to allow exception of logging for one ip.
Please let me know, how to do that.
Hi,
Am using squid. I have enabled "access_log /var/log/squid/access.log" in squid.conf.
We are getting the logs for all ips & users.
Now i want to allow exception of logging for one ip.
Please let me know, how to do that.
Hi manand,
you can use following option in your squid.conf
acl my_ip src 192.168.0.13
log_access deny my_ip
There are currently 1 users browsing this thread. (0 members and 1 guests)