|
At a
guess: since the url you are redirecting to contains the url you are blocking,
you are getting a recursive block.
For
instance, the urls blocklist may have something that matches the composite url.
Suggest: remove the "302:" from the redirect
statement.
Hi,
I have some trouble to get a clean log from
squidguard, result is as described:
-----------
-------------
Configuration of squidguard.conf:
----------
logdir /var/squidGuard/logs dbhome
/var/squidGuard/db/blacklists
src skole { ip
90.0.0.0/24 # range 90.0.0.0 -
90.0.0.255 } .........
........
dest porn { domainlist
porn/domains urllist
porn/urls expressionlist
porn/expressions redirect
302:http://www.example.com/cgi-bin/denied.cgi?deniedurl=%u
log
porn.log
# log redirects to logdir/porn.log }
.......
.........
acl { skole
{ pass good !ads !aggressive
!audio-video !download !drugs !gambling !hacking !porn !violence !warez
all }
....
} -----------------------
Whats wrong ? ?
Thanks from
Oddvar Eirik
|