My mistake, I should have specified that I'm ran it with squid3. The "squid -k parse" gave me some good info WARNING: Cannot write log file: /var/log/squid3/cache.log /var/log/squid3/cache.log: Permission denied messages will be sent to 'stderr'. So it looks like I need to change permissions to that directory, and give it the appropriate write permissions. On Wed, Feb 15, 2012 at 2:14 PM, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > On 16.02.2012 11:05, berry guru wrote: >> >> I reverted back to the default squid configuration and I'm still >> getting the same error. I restarted Squid, but still no go. >> >> Supposedly the squid -z should of done it for me. >> >> Any thoughts? >> > > > Run "squid -k parse". That will show you any other issues in the config. > > Also, you said you installed "squid3". On Debian and child systems that is a > different package and binary. You need to run "squid3 -z" etc in that case. > > Amos