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.
I was configuring a filter for spam flagged messages that moves it to the Spam folder.
Here is my Plesk 17.8 filter:
require ["fileinto"];
# rule:[SPAM FLAG]
if allof (header :contains "X-SPAM" "Yes")
{
fileinto "INBOX.Spam";
stop;
}
The flag is named X-SPAM because I'm using...
After resolving issue by issue the dns is working again, the most of the packages are also working and now I remember that I have written 'yum upgrade' instead of 'yum update' which upgraded CentOs to 7.4.
Anyway now I think that I will have to prepare a new server and migrate all data.
And the biggest problem is that after the "package-cleanup --cleandupes" many core commands are not working like "sudo":
But I still have a root shell to perform package reinstallation process.
Plesk is very slow to do such task. It takes a minute to open a page since website (having correct dns perharps from cache) are working good now.
Will this operation not delete my php packages and cause me another problem because I don't find which version is not affected by ? And my...
Another Plesk support page suggested that I change
to
and now I have reverted it as suggested in the thread => Unable to start named-chroot.service: /etc/named.conf:10: change directory to '/var/named/chroot/var' failed: file not found.
I understand Mr. UFHH01 and I thank you for you great help.
Currently I have tried to fix yum duplicates problem with 'package-cleanup --cleandupes' and now the system have problems with many packages as shown in the attachment file 'yum_update'.
I also attached my yum repolist because when I...
Dear UFHH01,
I haven't updated my CloudLinux system and all is working well from a long time, could the autoupdate or the KernelCare plugin be responsible of that ?
Can you advice something to do just to let named working as it was working before ?
Now 'yum update' is looping through the...
Sorry for the long posting much responses.
I noticed that Plesk had many system updates to make but he couldn't do it.
I did the update with yum and I noticed that he has some dependencies problems.
Today I'm having problems with dns so I restarted the named service and now the DNS is not...