smartshovon

Active Member
Sep 30, 2013
34
1
58
cPanel Access Level
Root Administrator
anyone can give me log check command for my cloud linux server? anyone can give me any better server error check/log check and troubleshooting plugin/software name/ url for server?
 

HostingH

Well-Known Member
Jan 13, 2008
125
17
68
cPanel Access Level
Root Administrator
Hi,

Using tail command you can logs on the server.

Following are the paths where you can check the logs

For Apache server : cd /usr/local/apache/logs/ Here you can see access logs/error logs/mod sec logs etc
For Cpanel: cd /usr/local/cpanel/logs, Here you can see access logs/error logs
For Easyapche : cd /usr/local/cpanel/logs/easy/apache
For Exim: /var/log , here you can see, exim_mainlog/exim_paniclog/exim_rejectlog
For FTP: /var/log/messages
For LFD: /var/log/lfd.log
For ssh logs: /var/log/secure
For Boot logs: /var/log/dmesg