Hi Everyone,
I'm having some issues with SquidGuard. I am fairly new to squid and squidguard so bare with me.
I took over the position of the systems admin here. What I've noticed is the squidguard that was setup, doesn't seem to be working anymore, even though the previous guy said it was.
When I logon to webmin into the squidguard server, and click on blacklists, it says No blacklists found.
Logging Directory is as follows
/var/log/squidguard
database directory is as follows
/usr/local/squidguard/blacklists/
I logged onto the server and checked the /usr/local/squidguard/blacklist directory and there is definately a huge list of blacklists there. I checked the /var/log/squidguard directory and there is a squidGuard.log in there
So those directories seem to be right.
Why would it show " no blacklists found"
Also the log shows this
2011-02-13 04:02:15 [8231] syntax error in configfile /usr/local/squidGuard/squidGuard.conf line 1
But I don't know what line 1 is?
-----------------------------
My SquidGuard.conf
CONFIG FILE FOR SQUIDGUARD
dbhome /usr/local/squidguard/blacklists/
logdir /var/log/squidguard
SOURCE CLASSES:
src facebook_users {
ip 192.168.3.108 192.168.3.136 192.168.3.111 192.168.3.138 192.168.3.137 192.168.3.100 192.168.3.130 192.168.3.112 192.168.2.123 192.168.3.120 192.168.3.124 192.168.3.131 192.168.3.119 192.168.3.135 192.168.3.134 192.168.3.109
}
DESTINATION CLASSES:
destination porn {
domainlist porn/domains
urllist porn/urls
expressionlist porn/expressions
log stopped.log
}
acl {
facebook_users {
pass all
}
default {
pass !porn all
redirect
http://www.globaltc.ca/images/AD.jpg
}
}