• 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

Suspended domain - error_docs / maintenance.html

kram@

Regular Pleskian
After never having any luck with this feature on PSA 11.5, i thought I'd give it a try today.
Sadly, I got the same/similar result.

Error: Failed to copy files storage to destination path. stderr: filemng: Cannot open destination file '/var/www/vhosts/testdomain/error_docs//maintenance.html.kEY9yo'
System error 13: Permission denied

stdout: filemng: Cannot open destination file '/var/www/vhosts/testdomain/error_docs//maintenance.html.kEY9yo'
System error 13: Permission denied

ls -la error_docs

-rw-r--r-- 1 testdomain psacln 1041 Aug 6 2013 maintenance.html

Any suggestions?
 
Check the permission and ownership of your /var/www/vhosts/testdomain/error_docs directory

Code:
ls -ld /var/www/vhosts/testdomain/error_docs
 
Back
Top