• 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

Cloudflare will not uninstall if you have activated Domains

karadayi

Basic Pleskian
Hi,

I deleted the Domain from Cloudflare but did not deactivate it before from Plesk. I add again the Domain and try to deactivate it but you can deactivate it.

(Error) CloudFlare can not delete domain.tld from this interface. your Plesk server is not the authoritative partner with CloudFlare for your domain.

What is the way to deactivate and uninstall Cloudflare?
 
root@vserver:~# rpm -e cloudflare-servershield mod_cloudflare
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
Error: Package cloudflare-servershield is not installed
Error: Package mod_cloudflare is not installed

Packages are installed
 
Oh, looks like that you have Debian or Ubuntu server. In this case you debian-like dpkg package manager for removing these packages. More details in dpkg docs.
 
This was the way to uninstall it but the Menu Point "ServerShield by Cloudflare" in Plesk is still there

root@vserver:~# dpkg -P cloudflare-servershield libapache2-mod-cloudflare
(Reading database ... 136321 files and directories currently installed.)
Removing cloudflare-servershield ...
Removing libapache2-mod-cloudflare ...
Module cloudflare disabled.
To activate the new configuration, you need to run:
service apache2 restart
Purging configuration files for libapache2-mod-cloudflare ...
root@vserver:~# service apache2 restart
* Restarting web server apache2 ... waiting ......... [ OK ]
 
Go to Extensions, select ServerShield by CloudFlare and click Remove button.
 
Back
Top