This article contains information about migration from DirectAdmin and Plesk to the latest available cPanel version. These methods can also be used by upgrading your hardware to one of our…
I had installed a minimalist CentOS 8 on one of my servers. Installation went successful, however, when I tried to update the system using yum update I see this error message: Failed…
Sometimes you have to change your hosting company and you do not want to pay for premium transfer plugins. In these cases, you must know how to change paths in…
In this tutorial, we can check different methods to disable LFD excessive resource usage alerts. Login Failure Daemon(LFD) is a daemon process that runs on VPS or Dedicated servers that…
For RHEL based systems (CentOS/CloudLinux) Log into the server via SSH.Install mod_python from third-party resource:# wget http://repo.iotti.biz/CentOS/7/noarch/lux-release-7-1.noarch.rpm# rpm -Uvh lux-release*rpm# yum install mod_python -yRestart the Apache service:# service httpd restartLog in to Plesk.Refresh Plesk components by…
Create a .htaccess file, copy and paste the below code in the .htaccess file and save it. <IfModule mod_rewrite.c> RewriteBase / RewriteEngine On # Check if mobile=1 is set and…
Introduction You may encounter issues with connecting to a remote host such as securedownloads.cpanel.net or another service site with an error stating the connection was refused. This is often caused by…
o assign a dedicated IP address to a subdomain, perform the following steps: Step 1: Add the dedicated IP address to the user's subdomain file. Note: In this example, subdomain.example.com represents the subdomain to…
Introduction Security-Enhanced Linux (SELinux) is an enhanced security mechanism at the kernel level. Follow this guide to reinstall SELinux and reset the policy to default settings. If SELinux is not…
To install a certificate on a domain, run the following command as the root user: /usr/local/emps/bin/php /usr/local/webuzo/cli.php --lets_encrypt --action=install --domain=your_domain.com Variables to manage other aspects of Let's Encrypt certificate from…
Iptables is the firewall on linux that can be configured to accept or reject network traffic based on various kinds of packet level rulesets. So it is necessary to configure this…
Summary If SSL certificates provided by AutoSSL need to be reissued, AutoSSL detects if the certificates have been revoked and orders new ones to replace them during the next automated…