• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to create error doc: 503 Service Unavailable

U

Ulrik Christensen

Guest
Hello

I like the error docs in Plesk but I would like to have 503 Service Unavailable too.

Any help on doing this would be greatly appreciated.
 
Thanks for your answer and sorry for my late reply.

When I try add a new file to the error_docs folder I get this error:
Error: Unable to upload service_unavailable.html to /error_docs/service_unavailable.html: filemng failed: cp: cannot create regular file `/var/www/vhosts/xxdomainnamexx.com/error_docs/service_unavailable.html': Permission denied
filemng: Error occured during /bin/cp command.
 
Please Run Parallels Plesk Panel Reconfigurator and run the Correct disk permissions task and try again. In case it does not help please post output of ls -la of /var/www/vhosts/xxdomainnamexx.com/error_docs/ directory here.
 
Plesk Panel Reconfigurator?
I am not on localhost, its a rootserver.
 
Hello Ulrik,

It looks like there is a permission issue here. Please, use utility "vhostmng" to reset permissions. Here is the command:

# /usr/local/psa/admin/sbin/vhostmng --install-vhost --vhost-name=<domain name> --user-name=<username> --set-content-permissions

Where <domain name> is domain where to restore permissions and <username> is domain's FTP user that is configured in Parallels Plesk Panel on page

Domains -> <domain name> -> Web Hosting Settings (version 9.x) or Domains -> <domain name> -> Setup (version 8.x).

The command will restore default permissions under virtual host directory. Please, see the following article for more information:

http://kb.odin.com/en/6572

Thank you
 
Back
Top