Hi, At 09:56 23/10/2001 -0700, you wrote: >Okay I looked in the log found that I am having permission Denied on the >blacklist db files
Look in your squid.conf file for "cache_effective_user" and "cache_effective_group" directives (this is normally set to squid and... squid). Are these user and group able to access and read blacklists' files ? Are these user and group able to write in blacklists' directory (in order to create new *.db files) ? This is what I do on my Linux box in order not to have to worry too much : chown -R squid.squid /usr/local/squidGuard/blacklists/ (This is where I put my blacklists). Maybe you should give it a try. -- Olivier Korn, Strasbourg, France.
