It’s a cPanel installation time error due to the absence of Perl module on server. Error details: Fatal! Perl must be installed before proceeding! Solution: # yum install perl That’s it. 🙂
Control panels
How/Steps to install Suhosin Patch(php extension) on Unix/Linux server
Suhosin (Korean, meaning guardian-angel) is an open source patch for PHP. “The goal behind Suhosin is to be a safety net that protects servers from insecure PHP coding practices.” Suhosin goes further than that however in allowing the attack surface…
Is there any option/scripts to change the cPanel email account’s password from command line
Is any option/scripts to change the cPanel email account’s password from command line I believe, there isn’t any direct method or scripts to change the cPanel email account’s password from command line. The password for cPanel email account’s is saved…
Important exim log file paths in WHM/cPanel & Directadmin
The exim is an open source email server and it has a lot of flexible options and commands to manage. Here is some useful configuration and log files of the exim mail server for WHM/cPanel and Directadmin server. Understanding the…
[Solved] The server’s system package manager, ‘YUM’, failed : Error with easyapache
EasyApache failed for YUM error? EasyApache is software that installs, modifies, and validates your Apache web server, PHP, Tomcat, and other components of your web server. For more details refer cPanel doc here [cPanel :: Introduction to EasyApache] Here I…
How to enable mod_deflate GZIP Compression on cPanel
In website hosting industry, speed is one of the most important factor that we prefer. The website speed depends upon many factors. This post also related with the website speeding. The GZIP compression technique in cPanel compress the image file…
How to enable mod_deflate in apache
The mod_deflate is a very useful apache module which increase the loading speed of your websites. You can enable this module simply by rebuilding your apache by using easyapache if you have server with control panel WHM/cPanel. Method I (Server…