Well, it looks like you've tried to use the squidGuard module for
Webmin?

Check the entries in </var/log/squidGuard/squidGuard.log> You'll find a
lot of information there.

What entries do you have in your squid.conf file for:
cache_effective_user
cache_effective_group

Let's assume the answer to the above question is user=squid and
group=squid. From a shell prompt, enter:
chown -R squid.squid /usr/share/squidGuard-1.2.0/db

Reason? squidGuard files and directories must have the same owner as the
running squid process.

Where are your blacklists?  Let's take /porn/domains as an example.  Is
it located here:
</usr/share/squidGuard-1.2.0/db/blacklists/porn/domains>
or here:
</usr/share/squidGuard-1.2.0/db/porn/domains>

If you could answer these questions we'll go from there.

Rick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of St John Tech
Support
Sent: Wednesday, November 14, 2001 1:20 PM
To: Squidguard
Subject: Not Blocking


Okay I have squidGuard 1.2.0 installed on my proxy server, I have also
installed the Black Lists. This is really anoying me I am hitting sites
directly out of the black lists and up they come. so if I change the any
to
all it still lets everything threw and if I set the all or any to none
it
sill lets the blacklists threw. What's wrong...


Brent.

logdir /var/log/squidGuard
dbhome /usr/share/squidGuard-1.2.0/db
time OPEN {
        weekly * 08:00 - 22:00
}

source alluser {
        ip              192.168.207.1-192.168.207.255
        ip              192.168.206.1-192.168.206.255
        ip              192.168.205.1-192.168.205.255
        ip              192.168.2.1-192.168.2.255
        ip              192.168.1.1-192.168.1.255
}


destination bl_warez {
        domainlist              blacklists/warez/domains
        urllist                 blacklists/warez/urls
}

destination bl_proxy {
        domainlist              blacklists/proxy/domains
        urllist                 blacklists/proxy/urls
}
destination warez {
        domainlist              warez/domains
        urllist                 warez/urls
}

destination proxy {
        domainlist              proxy/domains
        urllist                 proxy/urls
}

destination bl_porn {
        domainlist              blacklists/porn/domains
        urllist                 blacklists/porn/urls
}
destination porn {
        domainlist              porn/domains
        urllist                 porn/urls
}

destination bl_hacking {
        domainlist              blacklists/hacking/domains
        urllist                 blacklists/hacking/urls
}

destination bl_gambling {
        domainlist              blacklists/gambling/domains
        urllist                 blacklists/gambling/urls
}
destination hacking {
        domainlist              hacking/domains
        urllist                 hacking/urls
}

destination gambling {
        domainlist              gambling/domains
        urllist                 gambling/urls
}

acl {

        alluser within OPEN {
                pass !bl_warez !bl_proxy !bl_porn !bl_hacking !bl_gambling !warez
!proxy
!porn !hacking !gambling any
                redirect
http://192.168.1.98/cgi-bin/squidGuard.cgi?clientaddr=%a&srclall=%s&targ
etcl
ass=%t&url=%u
}

default  within OPEN {
                pass !bl_warez !bl_proxy !bl_porn !bl_hacking !bl_gambling none
                redirect
http://192.168.1.98/cgi-bin/squidGuard.cgi?clientaddr=%a&srclall=%s&targ
etcl
ass=%t&url=%u

}
}


Reply via email to