Steve,
 
I tried your suggestion without success. I have a bit more information, though. If I update the urls.db file, it appears to work fine. I only get the error when updating the domains.db file. Also, my log file is located in /var/log/squidGuard, and that's what it says in my squidGuard.conf file (which is in /etc). But the error reports:
 
2004-03-28 14:48:52 [6499] squidGuard: can't write to logfile /usr/local/squidGuard/log/squidGuard.log
 
Here is the contents of my squidGuard.conf file:
 
=================================
logdir /var/log/squidGuard
dbhome /etc/squidGuard
 
time everywhen {
        weekly * 00:00 - 24:00
}
 
src everybody {
        ip 192.168.1.0/24
}
 
dest porn{
        domainlist blacklists/porn/domains
        urllist blacklists/porn/urls
}
 
dest warez{
        domainlist blacklists/warez/domains
        urllist blacklists/warez/urls
}
 

acl {
        everybody within everywhen {
                pass !porn !warez all
                redirect http://www.cwb2.private/Forbidden.html
        }
 
        default within everywhen {
                pass !porn !warez all
                redirect http://www.cwb2.private/Forbidden.html
        }
}
====================================
 
Any ideas?
 
Chip Burkitt

Reply via email to