We installed LogAnalyzer for easy analysis and reporting of the server. For this syslog files must be readable by www-data. Below are the steps to make syslog readable
1. First add a new group by using this command, we call the group logadmin in this sample.
groupadd logadmin
2. Now we add the www-data user to the new created logadmin group!
usermod -a -G logadmin www-data
3
How to make syslog files readable by default on ubuntu?
4/
5
Oleh
Admin