On Wed, 24 Nov 2004 12:45 pm, Yong Bong Fong wrote: > and inside the log file squid.out in /var/log/squid the following output > came out: > FATAL: redirect_program /usr/bin/squidguard: (13) Permission denied > Squid Cache (Version 2.5.STABLE6): Terminated abnormally. > CPU Usage: 0.015 seconds = 0.009 user + 0.006 sys > Maximum Resident Size: 0 KB > Page faults with physical i/o: 0
Make sure the user that squid runs as (usually "squid" or "cache", sometimes "nobody") has execute permission of the /usr/bin/squidguard program. Also make sure all the squidguard config files etc have at least read permission of the squid user too. Seeing as squidguard will execute with the permissions of the squid user, the configs need to be readable by that user too (unless you suid the squidguard binary - this is bad. Don't do it!) HTH, James
