Dear List
I use the below mentioned versions:
Debian Potato (kernel 2.2.19)
squid-2.4.STABLE6 (tar binary Installation)
squidGuard-1.2.0
Now the problem, I successfully compiled squidGuard with BerkeleyDB2.7.7
and configured my squidGuard.conf file, my squid is also start running.
To redirect squid request to squidGuard, i made the following changes
inside squid.conf file.
/ redirect_program /usr/local/bin/squidGuard -c
/backup/squid/etc/squidGuard.conf /
/ acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
http_access deny all
http_access deny localhost /
after saving and starting the squid, both squid and squidGuard start,
but i get a log message in squidGuard like this
2002-08-13 10:15:10 [19796] init domainlist
/usr/local/squidGuard/blacklists/newsportals/domains
2002-08-13 10:15:10 [19796] loading dbfile
/usr/local/squidGuard/blacklists/newsportals/domains.db
2002-08-13 10:15:10 [19796] domainlist empty, removed from memory
2002-08-13 10:15:10 [19796] init urllist
/usr/local/squidGuard/blacklists/newsportals/urls
2002-08-13 10:15:10 [19796] loading dbfile
/usr/local/squidGuard/blacklists/newsportals/urls.db
2002-08-13 10:15:10 [19796] urllist empty, removed from memory
2002-08-13 10:15:10 [19796] init domainlist
/usr/local/squidGuard/blacklists/jobs/domains
2002-08-13 10:15:10 [19796] loading dbfile
/usr/local/squidGuard/blacklists/jobs/domains.db
2002-08-13 10:15:10 [19796] domainlist empty, removed from memory
2002-08-13 10:15:10 [19796]
2002-08-13 10:15:10 [19796] urllist empty, removed from memory
2002-08-13 10:15:10 [19796] squidGuard 1.2.0 started (1029213910.885)
2002-08-13 10:15:10 [19796] squidGuard ready for requests
(1029213910.889)
Please note that i have already built the database of blacklists with
the following command
squidGuard -C all
when i start the squid Daemon, squidGuard starts but gives this kind of
message,
*init urllist /usr/local/squidGuard/blacklists/jobs/urls
loading dbfile /usr/local/squidGuard/blacklists/jobs/urls.db
domainlist empty, removed from memory*
*urllist empty, removed from memory*
Due to this my redirector of squid is not working and client requests
goes to all sites.
Please let me know where is the problem and how to solve this.
Awaiting a mail on the same.
Best Regards
Ganeshh