日期:2014-05-16  浏览次数:20905 次

FATAL: Cannot open '/var/log/squid/access.log' for writing.

报错:

FATAL: Cannot open '/var/log/squid/access.log' for writing.

? ? ? ? The parent directory must be writeable by the

? ? ? ? user 'squid', which is the cache_effective_user

? ? ? ? set in squid.conf.

?

解决方法:

?

chown squid.squid -R /var/log/squid/
?