We are happy to announce that EasyApache 4 for CloudLinux is available from our beta repository. All EasyApache packages are prepared to work with CloudLinux.
Advices and limitations:
- If you have some conflicts with Installing profile during migration “/etc/cpanel/ea4/profiles/custom/ea3_state_at_migration-****************.json”, just install cPanel default profile.
- alt-php should be installed or updated only from cloudlinux-updates-testing repository:
yum groupinstall alt-php --enablerepo=cloudlinux-updates-testing
- The EntryProcesses limit doesn’t work when EA4 is configured in “php as cgi” mode. We are working on fixing it, so the preferable mode for php is suphp. If you have only cgi handler, please install it:
- yum install ea-apache24-mod_suphp.
- select for any ea-php version suphp handler.
- Use cPanel 11.55.999.66(55.999.66) or higher version.
- This is the very first EA4 Release for CloudLinux, in case of any errors don’t hesitate to write to our support team - https://helpdesk.cloudlinux.com/
If EasyApache 4 was installed earlier on your CentOS server and you would like to migrate to CloudLinux:
- Convert server from CentOS 6.x or 7.x to CloudLinux: (http://docs.cloudlinux.com/index.html?converting_existing_servers.html)
- cd ~; wget http://repo.cloudlinux.com/cloudlinux/sources/cloudlinux_ea3_to_ea4; sh cloudlinux_ea3_to_ea4 --convert
- Restart Apache service
If EasyApache 4 was not installed earlier on your CentOS server and you would like to migrate to CloudLinux:
- Convert server from CentOS 6.x or 7.x to CloudLinux (http://docs.cloudlinux.com/index.html?converting_existing_servers.html)
- cd ~; wget http://repo.cloudlinux.com/cloudlinux/sources/cloudlinux_ea3_to_ea4; sh cloudlinux_ea3_to_ea4 --convert
(Find examples of cloudlinux_ea3_to_ea4 script usage below).
Install EasyApache4 on clean CloudLinux from ISO image or migrate to EasyApache4 on existings CloudLinux servers:
- Install cPanel
- cd ~; wget http://repo.cloudlinux.com/cloudlinux/sources/cloudlinux_ea3_to_ea4; sh cloudlinux_ea3_to_ea4 --convert
(Find examples of cloudlinux_ea3_to_ea4 script usage below).
How to migrate back to EA3 for CloudLinux:
- cd ~; w wget http://repo.cloudlinux.com/cloudlinux/sources/cloudlinux_ea3_to_ea4; sh cloudlinux_ea3_to_ea4 --revert
About cloudlinux_ea3_to_ea4 migration script parameters:
cloudlinux_ea3_to_ea4 [ADDITIONS] ACTIONS
Usage:
-h, --help Print this message
Actions (required parameter, shows what should script do):
-c, --convert Convert EA3 to EA4
-r, --revert Revert to EA3
Additions (optional parameter, adds to action installation of extra components):
-m, --mod_lsapi Install mod_lsapi
-p, --mod_passenger Install alt-mod-passenger
-a, --altphp Install/Update alt-php
ADDITIONS parameters can't be use without ACTIONS
Examples:
- If you want to install EA4 with mod_lsapi and update/install alt-php:
sh cloudlinux_ea3_to_ea4 --convert --mod_lsapi --altphp
- If you want to install EA4 with mod_lsapi, alt_mod_passenger and update/install alt-php:
sh cloudlinux_ea3_to_ea4 --convert --mod_lsapi --altphp --mod_passenger
- To restore EA3 with mod_lsapi:
sh cloudlinux_ea3_to_ea4 --revert --mod_lsapi