---
title: "How to Check the Version of EasyApache Running"
description: "Servers running cPanel come with their custom software, EasyApache, which controls the PHP and Apache configurations. If you need to change PHP settings and you are running EasyApache 3 (EA3 which is..."
url: https://www.inmotionhosting.com/support/edu/easyapache/how-to-check-the-version-of-easyapache-running/
date: 2017-12-21
modified: 2021-08-16
author: "InMotion Hosting Contributor"
categories: ["EasyApache"]
type: post
lang: en
---

# How to Check the Version of EasyApache Running

Servers running cPanel come with their custom software, **EasyApache**, which controls the *PHP* and *Apache* configurations. If you need to change PHP settings and you are running **EasyApache 3** (*EA3 *which is now [obsolete](https://www.inmotionhosting.com/support/edu/easyapache/easyapache-3-has-reached-end-of-life/)), you may [directly modify the *php.ini* file](/support/website/update-local-php-settings/) to change them. However, if you are running **EasyApache 4** (*EA4*), direct changes to the *php.ini* file are not recommended. This is due to the fact that EA4 now includes a [MultiPHP INI Editor for cPanel](/support/edu/cpanel/cpanel-multiphp-ini-editor/) and [WHM](/support/edu/whm/multiphp-ini-editor-whm/). This plugin allows you to modify the settings for PHP through the cPanel/WHM interface and will not function properly if changes are made to the *php.ini* file manually. In this guide, you will learn how to check which version of EasyApache your server is running.

**NOTE: **A [VPS](https://www.inmotionhosting.com/vps-hosting) or [Dedicated Server](https://www.inmotionhosting.com/dedicated-servers) with [Root access](/support/amp/obtain-root-access/) is required to follow the steps in this guide.

1. [SSH](/support/server/ssh/how-to-login-ssh/) into your server with the *root* user.
2. Run the following command: /usr/local/cpanel/scripts/easyapache --version If you are running [EA3](https://www.inmotionhosting.com/support/edu/easyapache/easyapache-3-has-reached-end-of-life/), you should see the following example output: root@server [~]# /usr/local/cpanel/scripts/easyapache --help Easy Apache v3.34.19 68.0 (build 21) Server version: Apache/2.4.25 (Unix) Server built: Apr 26 2017 11:29:10 Cpanel::Easy::Apache v3.34.12 rev9999 Linux server.hostname.com 2.6.32-042stab117.16 #1 SMP Fri Sep 9 21:57:19 MSK 2016 x86_64 x86_64 x86_64 GNU/Linux If you are running EA4, you should see the following example output: root@server [~]# /usr/local/cpanel/scripts/easyapache --help EasyApache3 is not available when EasyApache4 is in effect.

Now that you are familiar with how to check which version of EasyApache you are running, you can confidently make changes to your PHP configuration accordingly. Remember, if you are running EasyApache 3, you can make modifications directly to your *php.ini* file. If you are running EasyApache 4, you must make changes to the PHP settings from the cPanel/WHM MultiPHP INI Editor.
