Has anone run into this...I have squdGuard 1.2 Berkly DB 3.2.9 on RH 7.2 and
Squid...
I have gone through all the steps and created all the database off the
domains and urs files...I even ran squidguard with the -d and it says
squidguard is ready for requests...
Here is the problem...when i compiled squidguard I changed the scDiv.c file
for a default block page and to make squidguards default action to block now
when I use the squidguard (I only have it set up as a proxy server right
now) it blocks everything and redirect to that site...
Anybody have any ideas...I copied my squidGuard.conf file at the end...
Bruce Gillham
Technology Coordinator
Wister Public Schools
#
# CONFIG FILE FOR SQUIDGUARD
#
#dbhome /usr/local/squidGuard/db
#logdir /usr/local/squid/logs
destination gambling{
log gambling
domainlist gambling/domains
urllist gambling/urls
redirect http://www.google.com
}
destination warez{
log warez
domainlist warez/domains
urllist warez/urls
redirect http://www.google.com
}
destination ads{
log ads
domainlist ads/domains
urllist ads/urls
redirect http://www.google.com
}
destination adult{
log adult
domainlist adult/domains
urllist adult/urls
redirect http://www.google.com
}
destination aggressive{
log aggressive
domainlist aggressive/domains
urllist aggressive/urls
redirect http://www.google.com
}
destination audio-video{
log audio-video
domainlist audio-video/domains
urllist audio-video/urls
redirect http://www.google.com
}
destination drugs{
log drugs
domainlist drugs/domains
urllist drugs/urls
redirect http://www.google.com
}
destination hacking{
log hacking
domainlist hacking/domains
urllist hacking/urls
redirect http://www.google.com
}
destination mail{
log mail
domainlist mail/domains
redirect http://www.google.com
}
destination porn{
log porn
domainlist porn/domains
urllist porn/urls
redirect http://www.google.com
}
destination proxy{
log proxy
domainlist proxy/domains
urllist proxy/urls
redirect http://www.google.com
}
destination violence{
log violence
domainlist violence/domains
urllist violence/urls
redirect http://www.google.com
}
acl {
default {
pass !gambling !warez !ads !adult !aggressive !audio-video
!drugs
!hacking !mail !porn !proxy !violence all
redirect http://www.google.com
}
}