What is EasyApache 4?
EasyApache 4 is an overhaul of how cPanel and WHM maintains your Apache and PHP distribution, and is RPM/Package based. EasyApache 4 uses Software Collections Library (SCL) for PHP packages, allowing installation of multiple versions of PHP on the file system.
What is the latest version of Apache supported by EasyApache 4?
Apache 2.4
EasyApache 4 only supports Apache 2.4. You cannot install an older version of Apache.
What is EasyApache?
EasyApache is a tool built into your WHM/cPanel server in order to make update and configure your Apache server. Using EasyApache through WHM is generally user-friendly and just requires the use of your mouse to select through the appropriate menus.
How to install EasyApache 4?
Install from WHM
- Log into WHM as root.
- Type ‘easy’ into the search field in the top left of WHM.
- Under the Software category, click on EasyApache 4.
- In the Currently Installed Packages section, click on the Customize button.
- Click on the PHP Extensions option from the left.
- In the Search field, type to enter ‘fileinfo’.
How can you create a new EasyApache 4 profile from within the server’s command line?
Convert to profile
- Click Convert to profile in the Currently Installed Packages section of WHM’s EasyApache 4 interface (WHM >> Home >> Software >> EasyApache 4).
- Enter the name of your profile in the Name text box.
- Enter the filename of your profile in the Filename text box.
How do I access EasyApache?
Accessing EasyApache via Command Line
- SSH into your server as root. ssh root@ -p 2200.
- Once connected to your server, run the following command: /scripts/easyapache.
Which interface can be used to set a virtual host’s PHP version?
MultiPHP Manager interface
cPanel’s MultiPHP Manager interface allows you to easily manage your account’s PHP configuration. In this interface, you can manage the PHP version or pool option of any virtual host. The system PHP version refers to version of PHP that functions as the global default for all accounts.
When an EasyApache 4 profile is uploaded through the WHM interface where within the file system is it stored?
You can create a profile and then upload it in the EasyApache 4 interface (WHM >> Home >> Software >> EasyApache 4). This ensures that your profile saves to the proper location and that a file does not already exist with the selected file name. All custom profiles save to the /etc/cpanel/ea4/profiles/custom directory.
How do I change my default PHP version in cPanel?
To change the system default PHP, perform the following steps:
- Click Edit in the System PHP Version section.
- Select your desired PHP version from the menu.
- Click Apply .
Where can I find PHP extensions in cPanel?
How to Enable/Disable PHP Extensions From cPanel? Print
- Login to cPanel.
- Locate Select PHP version and click on it.
- Choose your desired PHP version and click on Set as Current.
- To set the PHP extensions, Click on Switch to PHP settings.
- Click on the extension you wish to change, enter the value and save the settings.
What cPanel & WHM versions are supported by easyapache 4?
Servers that run cPanel & WHM versions 52 to 58 must use the EasyApache 4 migration script. You can only uninstall EasyApache 4 if you migrated your system from EasyApache 3. You cannot revert to EasyApache 3 if your system runs cPanel & WHM version 78 or later.
Can I uninstall easyapache 4?
You can only uninstall EasyApache 4 if you migrated your system from EasyApache 3. You cannot revert to EasyApache 3 if your system runs cPanel & WHM version 78 or later. This action reverts the system to your previous EasyApache 3 installation and configuration.
What PHP versions are supported by easyeasyapache 4?
EasyApache 4 supports PHP versions 5.4 through 5.6, PHP versions 7.0 through 7.4, and PHP 8.0. The cPanel default profile includes PHP versions 7.3, 7.4, and 8.0. EasyApache adheres to the php.net supported versions timeline.
How do I install the experimental repository in easyapache 4?
On systems that do not run CloudLinux, if you receive a message that you must install the Experimental Repository, you must install the repository with the yum install ea4-experimental command, then attempt to migrate the server again. Servers that run cPanel & WHM versions 52 to 58 must use the EasyApache 4 migration script.