Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Please be aware: Kaspersky Anti-Virus has been deprecatedWith 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.
Thanks for the answer, but it's still not clear. Specifically, for which file the permission should be edited, Websites & Domains>Files> httpdocs is all the WP installation files?
According to the previously quoted backup error message, the file is "slow.log" and located in your webspace (vhost) root directory. It must be readable by the subscription user and group psacln or psaserv.
Yes, I can access the server through SSH, I just wanted to avoid that if possible by asking you for an alternative solution. Anyway, I'll try it that way. Thank you
If the command below is correct, inserting "slow.log" in it doesn't give any results either.
'# chmod 0644 /var/www/vhosts/website.com/httpdocs/slow.log'
chmod: cannot access '/var/www/vhosts/website.com/httpdocs/slow.log': No such file or directory
If I try to open the "slow.log" file stored inside the httpdocs folder keep receiving the following notifications:
'Unable to display the file /var/www/vhosts/website.com/slow.log: Unsupported file format.'
If the command below is correct, inserting "slow.log" in it doesn't give any results either.
'# chmod 0644 /var/www/vhosts/website.com/httpdocs/slow.log'
chmod: cannot access '/var/www/vhosts/website.com/httpdocs/slow.log': No such file or directory
When slow.log is located in /var/www/vhosts/website.com, your command must be "cmod 0644 /var/www/vhosts/website.com/slow.log", not "...httpdocs/slow.log".
When slow.log is located in /var/www/vhosts/website.com, your command must be "cmod 0644 /var/www/vhosts/website.com/slow.log", not "...httpdocs/slow.log".