How to Update EasyApache 3 to EasyApache 4

EasyApache (EA) is the software, included with a cPanel installation, that installs, configures, and updates server components like PHP versions and Apache modules. cPanel has recently announced the deprecation of EasyApache 3 (EA3) and that the last version of cPanel to support EA3 is version 11.62. This means that in order to upgrade to cPanel’s Read More >

How to Upgrade PHP using EasyApache 4

You can easily upgrade or update your server’s version of PHP using the EasyApache 4 tool in WHM (Web Host Manager). In this tutorial we will show walk you through the update/upgrade steps. If you came here from our article on how to pass PCI compliance scans, outdated versions of PHP are a common thing Read More >

How to Upgrade Apache with EasyApache

In this article, we’ll show you how to upgrade Apache on your web server using the EasyApache script in WHM (Web Host Manager) and command-line interface (CLI). This process would require having root access on your VPS or dedicated server, and it’s important to note this is a more advanced task that most users would Read More >

Install the mbstring PHP Extension with EasyApache 3

When configuring a website to work with different languages on a Linux server, the mbstring extension will need to be installed on the server for the website functionality to work. The mbstring extension is what php uses to parse different language encoding’s. This article will explain how to install the mbstring extension through shell. NOTE: Read More >