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
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…
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}…
Follow these instructions in order to set up your email created with a cPanel email account on iPhone. As an example, we are going to use the support@nctest.info address and the server1.web-hosting.com host name, replace them with your own information. 1. Select Settings from the home screen of your iPhone: 2. Choose Mail, Contacts, Calendars…
Performing a MySQL Database Dump From your SSH command prompt type … mysqldump -u {username} -p {password} {databasename} > {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} – the file to…
The default update settings for a cPanel installation are usually controlled from the WHM interface: WHM > Server Configuration > Update Preferences However, there are situations where a greater level of control might be required. In such cases, it is usually easier to modify the update settings right from the command line. The file that…