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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hello,
I finally found a solution to this problem, I simply generated a new password for the admin login, so the admin password for mysql will be adjusted and the '/etc/psa/.psa.shadow' will be changed.
I don't know why after the upgrade this problem with the database came up with the backup...
Hello @IgorG and others,
Yesterday I upgraded from Debian 8 to Debian 9, since then the automatic daily backups do not work anymore.
What can I do to solve the problem?
#ls -l /etc/cron.d/plesk-backup-manager-task
-rw-r--r-- 1 root root 111 Feb 28 2017 /etc/cron.d/plesk-backup-manager-task...
Hello,
I am planning to upgrade my server from Debian 8 to Debian 9 and wanted to do it according to these instructions:
https://support.plesk.com/hc/en-us/articles/213410369-How-to-perform-dist-upgrade-procedure-on-Linux-server-with-Plesk-
Is there anything special to consider here? Which...
Hello,
I changed my SSH port in the configuration to another port and blocked the port for 22 in the firewall.
However, if I now enter 'ssh user@IP' in Ubuntu (Desktop), I can still connect to the server, what is the reason for this (the known_hosts)?
e.g. 'ssh -p 22 user@ip' does not work...
Hello,
When I go to a page like https://domain.tld/test.php I just get "File not found" instead of the custom 404 page.
This is only for .php, https://domain.tld/test or https://domain.tld/test.html returns the custom 404 page.
What is the reason for this? Thank you.
Hello,
How can the 503 created by Plesk be displayed via PHP?
Unfortunately this does not work:
header('HTTP/1.1 503 Service Temporarily Unavailable');
header('Status: 503 Service Temporarily Unavailable');
Thank you.
Hello @IgorG
I haven't deleted anything yet but I saw that there are remnants of deleted domains all over the '/var/lib/psa/dumps' folder.
Isn't there some kind of command to delete orphaned files/folders? This should also be fixed with an update that there are remnants.
Hello,
After you completely remove a domain in Plesk, there will be folders left in '/dumps/domains' from the deleted domains.
Can I just delete them in the console? I like a clean system, especially since I rsync these files?
Thanks in advance.
Hello,
Is it possible to use php-script to create a file from the main domain to the documentRoot of the subdomain?
For example:
domain.tld = this is where the script runs where a file is created.
sub.domain.tld = here the file should be saved.
Is this possible, does the main domain have the...