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/
 

你可能感兴趣的:(Access)