I feel like a total moron. 
 
I was tailing the wrong stinking logfile.  That's what happens when you've gone for 30 hours with no sleep.
 
Thanks anyway. 
 
Dan.
----- Original Message -----
Sent: Monday, August 19, 2002 10:26 AM
Subject: What did I do!?

Hello;
 
I seem to have totally screwed up my squidGuard installation (call me a rookie). 
 
squidGuard has been up and running on my machine for about 8 months.  I have only been able to get it to filter ads.  Everytime I've tried to include the porn list, it seems to hang up the proxy server.  I finally got around to getting back to trying to get squidGuard to work with the porn list and I seem to have totally messed everything up -- and I *thought* I undid all the changes I had made, but now it wont filter/redirect ANYTHING.
 
As a test, I have set my default to pass none (see a copy of my config file below) to try to get it to restrict EVERYTHING, but that isn't working either.  I'm not sure what I'm missing, here.  I haven't touched my squid.conf file, so I know that my redirect_program setting there should be good.  I'm tailing the access and cache logs and I can see that my proxy server is working properly.  It's spawning the squidGuard processes properly, as well. I think I'm misunderstanding how to log squidGuard events as tailing a squidGuard log I've created, I get nothing.
 
Anyone have any ideas of where I should start?  I haven't messed with file/directory permissions (much -- but I changed everything back to where I originally had it -- or what I remember messing with).
 
Thanks so much,
 
Dan.
 
****  config file  ****
 
logdir /usr/local/squid/squidGuard/log
dbhome /usr/local/squid/squidGuard/db/blacklists
 

dest ads {
        domainlist      ads/domains
        urllist         ads/urls
        redirect        http://192.168.1.10/squidguard/ads.html
        log             default.log
}
 
dest porn {
        domainlist      porn/domains
        urllist         porn/urls
        redirect        http://192.168.1.10/squidguard/noporn.html
        log            default.log
}
 
acl {
        default {
#               pass !ads !porn all
                pass none
                redirect        http://192.168.1.10/squidguard/noporn.html
                log             default.log
        }
}

Reply via email to