The main disadvantage of EasyApache 3 was that it took almost 20 – 30 minutes just to add a new PHP or Apache module. This is because every change you need to make requires a full recompile of Apache and PHP. This is fixed in EA4 through Yum and RPM’s and now it takes just […]

How to change PHP Handler in cPanel EasyApache 4
A PHP handler defines the method that Apache uses to communicate with your PHP scripts. By default, cPanel & WHM offers four PHP handlers – SuPHP, DSO, FastCGI and CGI. Each handler differs in its files and implementation. This affects Apache’s performance because it determines how Apache serves PHP. So, in this tutorial, we will […]

How to install PHP pecl redis extension on cPanel with PHP 5.6 / PHP 7.0
Redis is a server that provides a key/value store. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries.You can find more details about Redis on the Redis website. To interact with the Redis server from your PHP scripts (client-server communication), you […]

How to install EasyApache 3 on cPanel & WHM 58?.
You all know that the fresh installations of cPanel & WHM 58 come with EasyApache 4 as the default web stack. However, EasyApache 3 is not completely removed out of cPanel as of now and therefore you’ll still be able to use it if you prefer. In this tutorial, I will explain how to install EasyApache 3 on […]

Understanding cPanel EasyApache 4
EasyApache is the tool used for setting up and configuring both Apache and PHP modules in a cPanel server. We have been using EasyApache 3 for almost last 10 Years. The cPanel team has now released the stable version of next generation EasyApache. The cPanel EasyApache 4 is the current version that comes by default with latest […]

cPanel – The popular Web Hosting Control Panel
cPanel Web Hosting Control Panel – is the most popular Linux Web Hosting panel available in the market. First of all, it has a very nice graphical interface which helps you to manage your Websites easily and quickly.