Re: [squid-users] squidGuard - log but allow access

From: Marcus Kool <marcus.kool@dont-contact.us>
Date: Thu, 27 Mar 2008 14:49:24 -0300

Dennis,

A negation (!) is needed if you want "Pornography NOT to pass".
The pass line should be:
    pass !Pornography !Warez all

-Marcus

PS: if you do not block proxies, users still have access to all pornography

Dennis B. Hopp wrote:
> 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@coreps.com>:
>
>> 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
>
>
>
>
Received on Thu Mar 27 2008 - 11:49:34 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Apr 01 2008 - 13:00:05 MDT