• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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