How can i force Squid to log urls allowed as an exception
Hi,
Squid acl rules can be configured to allow specific ip's to get full access, or rather skips the blocked site list.
acl <tag> src x.x.x.x
http_access allow <tag>
http_access deny blocksites
From all the ways i tried, squid does not log these urls.
Is there a way to have squid log the urls requested from allowed ip's?
Specs:
squid ver : (squid/2.6.STABLE21)
OS : CentOS 5.5
Thanks.
Last edited by launchck; 08-10-2010 at 07:30 PM.
Reason: typo
|