I am want to use a db file insted of plain textfile, but after run "squidguard -C" and created a db file I have startted squidgudard with "squid -k reconfigure" the domains in domainlist are no longer filtred.
my comfiguration is
dest pron_custom {
domainlist custom/porn/domains
log porn_custom.log
redirect http://www.google.com
}
------------------------------------------------------------ acl {
bypass-clients {
pass any
}all-clients within workhours {
# pass any
pass !pron_custom !aggressive !audio-video !drugs !gambling !porn !proxy !violence any
} else {
pass any
}
default {
pass none
redirect http://reports.dgt.pt/proxy_deny/pagina_nao_autorizada.html
}
}
-------------------------------------------------------
when I restart squidGuard with "squid -k reconfigure" I can see on squidGuard logs
2003-11-28 19:40:31 [5261] init domainlist /usr/local/squidGuard/squidGuard/blacklists/custom/porn/domains
2003-11-28 19:40:31 [5261] loading dbfile /usr/local/squidGuard/squidGuard/blacklists/custom/porn/domains.db
2003-11-28 19:40:31 [5261] domainlist empty, removed from memory
I have to files in /usr/local/squidGuard/squidGuard/blacklists/custom/porn/
- domains - domains.db
what is wrong.
Thanks in advange
Jorge
