0

WARNING: Cannot write log file: /var/logs/cache.log /var/logs/cache.log: Permission denied messages will be sent to 'stderr'.

Hello,When i am running squid, it threw me an error like cannot write log file: /varlogs/cache.log.How to get rid of this error?

CentOS Squid Add a comment
jayce
asked Jun 01 2019

Answer

0

Just execute this command to fix this warning.

chmod -R 1777 /var/logs/

Add a comment
linuxhelp
asked Jun 01 2019
Post your Answer