EasyApache 4 does not support the requested Apache version error

Dave B

Member
Jan 2, 2006
6
0
151
tryig to upgrade to EA4

Pre-flight check result.
cPanel Migration Blocker (Cpanel)
cPanel evaluates known issues such as network connectivity.

  • Warning: EasyApache 4 does not support the requested Apache version, v2.2. The system will upgrade you to v2.4.
  • Warning: “Cpanel::Easy::PHP5::SysTimezone” ignored since it does not have an RPM.
  • Warning: “Cpanel::Easy::PHP5::MailHeaders” ignored since it does not have an RPM.
  • Warning: “Cpanel::Easy::PHP5::MagicQuotes” ignored since it does not have an RPM.
  • Warning: “Cpanel::Easy::PHP5::Curlwrappers” ignored since it does not have an RPM.
  • Warning: “Cpanel::Easy::Apache::Fileprotect” ignored since it does not have an RPM.
  • Warning: “Cpanel::Easy::Apache::Access” ignored since it does not have an RPM.
  • Warning: ea-apache24-mod_mpm_worker found, removing conflicting php DSO package
  • Warning: Current profile has the following MPMs: ea-apache24-mod_mpm_worker
  • Warning: Adding the missing package, ea-apache24-mod_suexec, to the EasyApache 4 profile.
I tried
yum install ea4-experimental
Loaded plugins: fastestmirror, rhnplugin, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* cpanel-addons-production-feed: 66.23.237.210
* cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com
No package ea4-experimental available.
Error: Nothing to do
any other suggestions
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
The notice tells you exactly what it's going to do:

  • Warning: EasyApache 4 does not support the requested Apache version, v2.2. The system will upgrade you to v2.4.
Apache 2.2 is end of life and has been for a year now: Welcome! - The Apache HTTP Server Project
Apache httpd 2.2 End-of-Life 2018-01-01
As previously announced, the Apache HTTP Server Project has discontinued all development and patch review of the 2.2.x series of releases.

The Apache HTTP Server Project had long committed to provide maintenance releases of the 2.2.x flavor through June of 2017. The final release 2.2.34 was published in July 2017, and no further evaluation of bug reports or security risks will be considered or published for 2.2.x releases.
And as such EasyApache 4 does not support it in favor of supporting Apache 2.4

Thanks!