• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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