Hi all
I am trying to make a setup with squidGuard, but I have some troubles
The current setup is:
Redhat 7.3
Squid 2.4.STABLE6
squidGuard 1.2.0
./configure --with-sg-config=/usr/local/squidGuard/squidGuard.conf \
--with-sg-logdir=/var/log/squidGuard
The squidGuard.conf is put to 777 and contains:
acl {
default {
pass none
}
}
The squid.conf is changed:
On line 880 redirect_program /usr/local/bin/squidGuard
On line 1460 http_access allow all
After a restart of squid the squidGuard logfile shows a: started
and a: ready for requests
Still all pages are accessable
Squid is only responding to the http_acces parameter, and not to the squidGuard.conf
When squidGuard.conf is messed up, then the log shows a: going into emergency mode
Any suggestions ????