PHP fileinfo() not installing in WHM from easyapache4
yum install ea-php81-php-common-8.1.31-2.2.1.cpanel.x86_64
yum install ea-php82-php-fileinfo-8.2.27-1.1.3.cpanel.x86_64
yum install ea-php81-php-common-8.1.31-2.2.1.cpanel.x86_64
yum install ea-php82-php-fileinfo-8.2.27-1.1.3.cpanel.x86_64
Symptoms After removing emails from the email accounts, the disk usage for the email accounts in the “Email Accounts” section is not updated or accurate. Description The Email address shows incorrect disk space usage due to the maildirsize file for the email accounts not being updated. Workaround Please note that “CPUSER” in the following examples…
It is common practice to change hosting service providers when you are not happy with the service of your present provider. A major deterrent in doing so is the problem of moving email accounts, especially when you have plenty of them stored on the server and you cannot afford to give them away. So, when…
Way to the Web Ltd and Configserver.com has closed down permanently on 31 August 2025. ConfigServer Security & Firewall (CSF) is an iptables-based firewall that provides high-level security to the Linux system. CSF includes a wide range of features, such as IP blocking, port blocking, and DoS protection. It also supports advanced security measures, such as rate…
Introduction When testing your Node.js application, it is useful to be able to start the application from the command-line. By default, cPanel does not add Node.js to your $PATH. The following will walk you through adding it You may receive the following output when attempting to use Node after installation, or after you install a…
Identify the spammer, if your server is getting spammed. Learn how to track down a spammer on cPanel step by step. If your server has been SPAMming you need to identify how the SPAM is getting sent. The first thing to do is login to WHM and go to the Mail Queue section. Look through the…
Importing a MySQLDUMP From your SSH command prompt type … mysqladmin -u {username} -p {password} create {databasename} mysql -u {username} -p {password} < {databasename.sql} Replace the parameters with the appropriate values {username} – this is your database username {password} – this is the password for your database {databasename} – the name of your database {databasename.sql}…