[K12OSN] weird squidguard problem

Ascension Tech ascensiontech at gmail.com
Tue Apr 5 23:39:29 UTC 2005


I can't for the life of me figure this one out.  I'm trying to add
sites to be blocked.  I've tried adding them to the local-block domain
and url files but they won't block. Other sites in the lists block,
just not the two that I've added. I've restarted the squidguard and
httpd services and the permissions are OK.  What the heck am I doing
wrong?

Thanks in advance,
Peter

#
# CONFIG FILE FOR SQUIDGUARD
#
# See http://www.squidguard.org/config/ for more examples
#

dbhome /var/squidGuard/blacklists
logdir /var/log/squidGuard

#source passall {
#	ip		192.168.2.117
#	ip		192.168.2.118
#	ip		192.168.2.99
#}

#destination local-denied {
#	urllist		local-denied.desturllist
#	domainlist	local-denied.destdomainlist
#	log		local-denied
#}
#
#destination local-allowed {
#	domainlist	local-allowed.destdomainlist
#	urllist		local-allowed.desturllist
#}

dest ads {
    log        ads
    domainlist    ads/domains
    urllist        ads/urls
}

dest audio-video {
    log        audio-video
    domainlist    audio-video/domains
    urllist        audio-video/urls
}

dest aggressive {
    log        aggressive
    domainlist    aggressive/domains
    urllist        aggressive/urls
}

dest drugs {
    log        drugs
    domainlist    drugs/domains
    urllist        drugs/urls
}

dest gambling{
    log        gambling
    domainlist    gambling/domains
    urllist        gambling/urls
}

dest hacking {
    log        hacking
    domainlist    hacking/domains
    urllist        hacking/urls
}

dest mail {
    log        mail
    domainlist    mail/domains
    urllist        mail/urls
}

dest porn{
    log        porn
    domainlist    porn/domains
    urllist        porn/urls
}

dest proxy{
    log        proxy
    domainlist    proxy/domains
    urllist        proxy/urls
}

dest violence{
    log        violence
    domainlist    violence/domains
    urllist        violence/urls
}

dest redirector{
   log redirector
   domainlist   redirector/domains
   urllist      redirector/urls
}

dest warez{
    log        warez
    domainlist    warez/domains
    urllist        warez/urls
}

#dest local-ok{
  #   domainlist      local-ok/domains
  #   urllist         local-ok/urls#


dest local-block{
    log             local-block
    domainlist      local-block/domains
    urllist         local-block/urls
}


rewrite google {
    s@(google.com/search.*q=.*)@\1\&safe=active at i
    s@(google.com/images.*q=.*)@\1\&safe=active at i
    s@(google.com/groups.*q=.*)@\1\&safe=active at i
    s@(google.com/news.*q=.*)@\1\&safe=active at i
    # log google
}




acl {
	default {
	# for google to be in "safe mode"
	rewrite google

	
	 pass !local-block  !ads !drugs !hacking !warez !mail !redirector
!violence !audio-video !proxy !aggressive !hacking !gambling !porn all

         redirect    
302:http://192.168.1.145:8080/cgi-bin/squidGuard-simple.cgi?clientaddr=%a&clientname=%n&clientident=%i&srcclass=%s&targetclass=%t&url=%u
    }
}




More information about the K12OSN mailing list