Hi,
 
I am begining with squidguard, I follow step by step with the intallation and configuration file, now I am working with squid guard, my authentication is working with ncsa_auth, but when I see my squidguard.log I don't see nothing, only appear the lines when the squid start.
 
my configuration file is:
 
src admin {
        ip              10.0.0.98
        user            prueba
        within          workhours
}
 
src foo-clients {
        ip              10.0.0.0-10.0.0.50
}
 
src bar-clients {
        ip              10.0.0.0/24
}
 
#
# DESTINATION CLASSES:
#
 
dest good {
}
 
dest local {
}
 
dest adult {
        domainlist      dest/adult/domains
        urllist         dest/adult/urls
        expressionlist  dest/adult/expressions
        redirect        http://unah.ecu.hn/proxy/adult
}
 
My logs last line say:
 
2002-07-18 14:12:45 [6412] destblock good missing active content, set inactive
2002-07-18 14:12:45 [6412] destblock local missing active content, set inactive
2002-07-18 14:12:45 [6412] init domainlist /usr/local/squidguard/squidGuard/db/dest/adult/domains
2002-07-18 14:12:45 [6412] domainlist empty, removed from memory
2002-07-18 14:12:45 [6412] init urllist /usr/local/squidguard/squidGuard/db/dest/adult/urls
2002-07-18 14:12:45 [6412] urllist empty, removed from memory
2002-07-18 14:12:45 [6412] init expressionlist /usr/local/squidguard/squidGuard/db/dest/adult/expressions
2002-07-18 14:12:45 [6412] squidGuard 1.2.0 started (1027023165.811)
2002-07-18 14:12:45 [6412] recalculating alarm in 8235 seconds
2002-07-18 14:12:45 [6412] squidGuard ready for requests (1027023165.816)
I need ypur help for working with squidguard.
 
Thanks in advanced.
 
Regards,
 
 

Reply via email to