• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Apache error log not shown in plesk gui

mvais

Basic Pleskian
In one of our plesk server we are missing the apache error log in the "Logs of domain" GUI. We have no idea where to configure which logs are shown in the dropdown menu or why they are missing.

complete logs.jpg missing logs.jpg

The error_log exists in the following directories (hardlinked):
-rw-rw-r-- 2 root root 10607972 Nov 29 16:56 /var/www/vhosts/system/domainname.com/logs/error_log
-rw-rw-r-- 2 root root 10607972 Nov 29 16:56 /var/www/vhosts/domainname.com/logs/error_log

Has anyone an idea what to do?
 
The reason of this issue - incorrect permission of /var/www/vhosts/domainname.com/logs/error_log file. Set it with

# chmod 644 /var/www/vhosts/domainname.com/logs/error_log

and you will see Apache error log in this drop-down menu.
 
Back
Top