Have you checked your squidGuard.log file? squidGuard is fairly verbose during start up and logs most everything that goes on; the good and the bad. The entries in the log will help isolate the problem you are experiencing.
If you find the log file to be empty, check your logdir statement in your config file, then check file ownership and permissions for squidGuard.log. I assume you are using squidGuard 1.20? What version of the Berkeley DB are you using? (In spite of what the documentation says, squidGuard 1.2.0 requires version 3.29 of the Berkeley DB (available here: <http://www.sleepycat.com/update/>). Rick Matthews > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Andy Laurence > Sent: Thursday, July 04, 2002 8:06 AM > To: [EMAIL PROTECTED] > Subject: Config problems? > > > I've had squidguard installed for about a day now. I'm still struggling > getting it working correctly though. I am able to match expressions to > filter out, but my url and domain lists are not working as planned. The > relevant sections of the config files are as follows.... > > ------squidguard.conf------ > src bannedsource { > iplist bannedsource/ips > } > > dest porn { > domainlist porn/domains > urllist porn/urls > expressionlist porn/expressions > } > > dest hacking { > domainlist hacking/domains > urllist hacking/urls > } > > acl { > bannedsource { > pass !hacking !porn all > redirect http://127.0.0.1/squid > } > } > > All the referenced files exist and are as per default. I have added > 2600.com to hacking/domains and |porn to porn/expressions. For some > reason it's blocking www.porn.com perfectly when "porn" is denied in > porn/expressions, but it's not blocking 2600.com despite it being listed > in hacking/domains. Can anyone suggest why it's not blocking domainlist > and urllist (which I assume is the problem). TIA. > > Andy > -- > Building a community network for Bristol > http://consume.andylaurence.co.uk - updated 02/07 > 4x4 in town - bog brush for your teeth > NB: Alternate E-Mail - andylaurence at yahoo dot co dot uk >
