Apache vhosts are not segmented or chroot()ed. Enable “mod_ruid2” in the “EasyApache 4” area

When running the Security Advisor in cPanel at Home / Security Center / Security Advisor, I received this error:

Apache vhosts are not segmented or chroot()ed. Enable “mod_ruid2” in the “EasyApache 4” area, enable “Jail Apache” in the “Tweak Settings” area, and change users to jailshell in the “Manage Shell Access” area. Consider a more robust solution by using “CageFS on CloudLinux”. Note that this may break the ability to access mailman via Apache.

Read more

How to enable PHP-FPM for a domain

You may follow the steps below to enable PHP-FPM for one domain or multiple domains. Procedure Enable PHP-FPM for one domain: Enable PHP-FPM for multiple domains: Further information on PHP-FPM configuration in MultiPHP Manager can be found in our documentation here.

Install Redis on cPanel Server and add Redis Object Cache to WordPress Sites

Redis is an open source, in-memory, key-value data store most commonly used as a primary database, cache, message broker, and queue. Redis delivers sub-millisecond response times, enabling fast and powerful real-time applications

Redis Object Cache is a persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.For a faster cache plugin.

What this means is that we can increase performance for your cPanel WordPress Site.

Read more

Run a Manual Backup in cPanel

Run a backup Run a single account backupTo back up a single cPanel account, you can use The pkgacct Script instead. Options The /usr/local/cpanel/scripts/pkgacct script accepts the following options: Option Description Example USERNAME RequiredThe cPanel account username for which to create a cpmove archive. You must pass this option after any options, but before the DIRECTORY option. example DIRECTORY The directory path in which to … Read more

Download and Install Installatron in cPanel/WHM

InstallationExecute the below commands from the SSH root command prompt. Select RPM for servers that support the RPM packaging standard, Debian for servers that support the Debian packaging standard, or select Standard for any type of server. Installatron Plugin is now ready to use in cPanel and WHM. The main WHM account will see an … Read more

ApacheSolr vulnerability CVE-2021-44228 for Log4j

A vulnerability in Apache Log4j, a widely used logging package for Java has been found. The vulnerability, which can allow an attacker to execute arbitrary code by sending crafted log messages, has been identified as CVE-2021-44228 and given the name Log4Shell. It was first reported privately to Apache on November 24 and was patched with version 2.15.0 of Log4j on December 9. It affects Apache Struts, Apache Solr, Apache Druid, Elasticsearch, Apache Dubbo, and VMware vCenter. Since then, it has been disclosed that in certain non-default conditions, the original patch was incomplete; this was designated as CVE-2021-45046 and a new version of Log4j, 2.16.0, has been released.

Read more

How to Install WP-CLI on cPanel

To install and use WP-CLI, you will need access to your server’s command line. Administrators with root access can log in with SSH. cPanel users can log in with SSH if it’s available or cPanel’s built-in Terminal. Download WP-CLI Change Permissions To allow every user to run WP-CLI, we have to move it to a … Read more

Install Let’s Encrypt SSL on Hostname in cPanel/WHM Server

Good Info: https://www.interserver.net/tips/kb/install-lets-encrypt-cpanel-whm-server/ https://lowendtalk.com/discussion/106071/installing-free-ssl-for-server-hostname-using-letsencrypt Login to the server via ssh andlLet’s run the following command to install Let’s Encrypt provider: Once you have installed Let’s Encrypt provider, change auto SSL provider to Let’s Encrypt from cPanel (powered by Sectigo). Login to WHM >> Manage AutoSSL. Select Let’s Encrypt from cPanel (powered by Sectigo). Check the … Read more