Ooops... the acl should be acl { default { pass Pornography Warez all redirect http://cache1.server/cgi-bin/squidGuard.cgi?url=%u } } It still doesn't do what I want though.... Quoting "Dennis B. Hopp" <dhopp@xxxxxxxxxx>:
I've setup squidGuard and it works pretty well. What I would like to do is to have squidGuard log when somebody tries to go to a specific targetgroup but allow them access rather then doing a redirect. I can only seem to get it to either log and block access or allow access but not log. This is what I have in squidGuard.conf ------------ dest Pornography { domainlist porn/domains # urllist porn/urls log porn.log } dest Warez { domainlist warez/domains # urllist warez/urls log warez.log } acl { default { pass Porn Warez all redirect http://cache1.server/cgi-bin/squidGuard.cgi?url=%u } } ---------------- I've tried taking out the redirect statement as well. It allows the access but doesn't log it. I know there is a squidGuard mailing list but I can't seem to get the verification e-mail so I can post to the list so I thought I would try here. Thanks, --Dennis