Plesk

Unable to access logs and files for a domain: System error 13: Permission denied

Symptoms

Cause

Incorrect permissions/ownership set for directory, that contain log files.

Resolution 

  1. Connect to the server via SSH as root
  2. Execute the following commands to set correct permissions and ownership:

    Note: Substitute example.com with affected domain name

    # chown psaadm:root /var/www/vhosts/system/example.com/logs/
    # chmod 700 /var/www/vhosts/system/example.com/logs/

Exit mobile version