• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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