Skip to main content

EasyApache4 Announcement

Comments

104 comments

  • Madalin Ignisca
    Hello, Will you intend to support in EasyApache4 Apache's MPM Event and mod Proxy for using PHP-FPM? (Apache HTTPD 2.4.9+ required) I've been maintaining for years with this servers and it's the best performance and lowest memory consumption possible.
    0
  • fisiculturismo
    Hello, Will you intend to support in EasyApache4 Apache's MPM Event and mod Proxy for using PHP-FPM? (Apache HTTPD 2.4.9+ required) I've been maintaining for years with this servers and it's the best performance and lowest memory consumption possible.

    I am very anxious to have PHP-FPM in my Cpanel box, but it's taking years for this...
    0
  • gnusys
    FYI there are third party apps that can get php-fpm in your cPanel box . Check out the cPanel app catalog
    0
  • grayloon
    Is there an ETA for EasyApache4?
    0
  • TerranceR
    Is there an ETA for EasyApache4?

    EA4 is planned for 11.52 which should be coming to EDGE very soon :)
    0
  • JacobPerkins
    Hello, Will you intend to support in EasyApache4 Apache's MPM Event and mod Proxy for using PHP-FPM? (Apache HTTPD 2.4.9+ required) I've been maintaining for years with this servers and it's the best performance and lowest memory consumption possible.

    Hi! Yep, you'll be able to achieve this setup with EA 4, however please note that in regards to PHP-FPM, we're only releasing an RPM with no API / UI support yet. Any user and pooling setup will need to be done manually.
    0
  • JacobPerkins
    Phusion Passenger 5 (Raptor) is a huge must for this release of EasyApache. We need the ability to run Ruby, Python, and JS (Node and Meteor) apps in a seamless fashion. This has to be figured out with this release. I have been running Passenger 5 now for 6 months on cPanel and it is a dream and works well with virtual hosts, but it is a serious hassle that it's not supported right out of the box. A lot of folks would be excited to see this introduced and would see cPanel as a viable option if this were the case.

    Phusion Passenger isn't something we've talked about yet. One of the first additional web servers I want to get support for is Nginx. After that, additional language support is a must. You note that it's a serious hassle to get working / setup. What type of difficulties did you encounter?
    0
  • grayloon
    EA4 is planned for 11.52 which should be coming to EDGE very soon :)

    Maybe in September then? How quickly do releases typically move from EGDE to RELEASE?
    0
  • Infopro
    This document may be of some use to you:
    0
  • grayloon
    I read that, but it only describes the release process - not the timing.
    0
  • Infopro
    I read that, but it only describes the release process - not the timing.

    Are you on the EDGE users mailing list?
    0
  • grayloon
    Nope. I didn't even know that existed until now. I might sign up.
    0
  • TerranceR
    Hello, The EDGE release will be out FAR before September as far as when it moves to RELEASE it really depends on how "smooth" things go.
    0
  • inetbizo
    Many customizations will still be possible, just done differently. In general these are:

    One problem I'm currently facing in my test cloudlinux install is the ability to set PHP version on sub-domains. Their documentation would require me to rename all php files to .php53 and that's just not possible. Web apps like osCommerce insert require statements to specific files. All of which is looking for a specific .php file. Can you help with that or take it into consideration when you make your feature stable?
    0
  • JacobPerkins
    One problem I'm currently facing in my test cloudlinux install is the ability to set PHP version on sub-domains. Their documentation would require me to rename all php files to .php53 and that's just not possible. Web apps like osCommerce insert require statements to specific files. All of which is looking for a specific .php file. Can you help with that or take it into consideration when you make your feature stable?

    Hi! MultiPHP support in EasyApache 4 will provide access to update addon, sub and primary domains to different PHP versions without renaming files. It's currently in EDGE, feel free to try it out and let us know how it works!
    0
  • TheKip
    I tried opening up the EasyApache 4 link on my sidebar a while back, and all it said was "EasyApache 4 is not available when EasyApache 3 is active." Then I tried it again some time later, and found that slightly more detail had been added, "If you would like to use EasyApache 4, the following url contains instructions on how to convert to EasyApache 4." That would be nice to know, since I'm eager to move away from recompiling everything every time there's a PHP point release, but the URL it provides - go.cpanel.net/installEA4 - points to another URL -
    0
  • JacobPerkins
    Hi! My apologies. This is not yet a public documentation link as 11.52 hasn't technically been released. I'll see if I can get those documents published a bit early. I've done a quick and dirty copy/pasta of the installation document below. I hope this helps! Warning: You must activate rpm_up if you install EasyApache 4 onto your system. Overview This document discusses how to install or uninstall EasyApache 4 (EA4). You can install or remove EasyApache 4 with the /scripts/migrate_ea3_to_ea4 script. Important: To run this script, you must log in as the root user via SSH on a cPanel & WHM server that runs one of the following operating systems: [LIST]
  • CentOS 6
  • CentOS 7
  • Red Hat" Enterprise Linux" 6 How to Install EasyApache 4 To install EasyApache 4, perform the following steps:
      ]
    • Run the following command: /scripts/migrate_ea3_to_ea4 --run
    • A prompt will display all of the changes that you will make. To continue, follow the system's instructions.
    The table below lists the flags you can use with this command: Flag Description Flag Description --run Run this script. --help Display help information. --revert Revert to the previous version and configuration. How to uninstall EasyApache 4 To uninstall EasyApache 4, perform the following steps:
      ]
    • To revert to EasyApache 3 from EasyApache 4, run the following command: /scripts/migrate_ea3_to_ea4 --revert --run Notes: [LIST]
    • This command reverts the system to your previous EasyApache 3 installation and configuration.
    • This command attempts to move the previous Apache files to a new location and revert the server to the previous state. You can upgrade and downgrade as many times as you wish.
    • The chance of errors dramatically increases the more that you migrate back and forth. If you revert several times, you must manually delete the previous/usr/local/apache.ea3.1/ backup directory to continue. The system automatically preserves the /usr/local/apache/ directory.
    Important: Each time that you perform a migration from EasyApache 3 to EasyApache 4, the system moves the /usr/local/apache/ directory to the /usr/local/apache.3/ directory. [LIST]
  • If the /usr/local/apache.3 directory exists, the system moves the /usr/local/apache/ directory to the /usr/local/apache.3.1 directory.
  • If a migration runs with the /usr/local/apache.3.1 directory in place, the migration will fail in order to prevent loss of data.
  • Follow the system's instructions. Note: The system will prompt you to pass the --run flag to indicate that you wish to proceed.
  • 0
  • DomineauX
    Really disappointed to see EA4 will not be available for RHEL/Cent/CloudLinux 5 since those are supported till August 31, 2017 as per:
    0
  • JacobPerkins
    Really disappointed to see EA4 will not be available for RHEL/Cent/CloudLinux 5 since those are supported till August 31, 2017 as per:
    0
  • DomineauX
    Understood, but my point is that it is very disappointing that the valuable improvements coming in EA4 are being denied to those servers running an older but still officially supported OS version. I'd much rather see EA4 included for EL5 OS versions through the use of a separate OpenSSL package which is easy enough to provide for Apache while leaving the outdated version for the OS.
    0
  • kevinlevin
    So this practically means that Cpanel will end EA3 support at the end of 2017? If yes - will there be a possibility for those that use Cloudlinux to continue using EA3 with the Cloudlinux PHP Selector updates or EA3 will be completely depricated and CPanel won't update until EA4 update is made? I am asking this because entire servers with old websites that are counting on the Apache 2.2 .htaccess rules should be migrated to EA4 new apache 2.4 only .htaccess syntax. Thanks.
    0
  • JacobPerkins
    So this practically means that Cpanel will end EA3 support at the end of 2017? If yes - will there be a possibility for those that use Cloudlinux to continue using EA3 with the Cloudlinux PHP Selector updates or EA3 will be completely depricated and CPanel won't update until EA4 update is made?

    Yes, EasyApache 3 will become deprecated in 2017. There won't be a possibility for CL or any other cPanel systems to continue to use EasyApache 3. There will be no further updates to EA3 once it's deprecated.
    I am asking this because entire servers with old websites that are counting on the Apache 2.2 .htaccess rules should be migrated to EA4 new apache 2.4 only .htaccess syntax.

    I would recommend upgrading these servers to Apache 2.4 soon. Apache 2.4 by default includes mod_access_compat, which provides compatibility for Apache 2.2 htaccess rules.
    0
  • inetbizo
    Items like this that require adjustment of files after the installation of the RPM would likely be handled by pre and post scripts within the RPM itself. However, this hasn't been fully defined yet, so this might change.

    Jacob, will a cp update get the feature going? I just got notice in the feature manager portal that it has been released to stable branch.
    0
  • JacobPerkins
    Hi, EA4 has been released to the CURRENT tier. Enjoy!
    0
  • inetbizo
    They
    Hi, EA4 has been released to the CURRENT tier. Enjoy!

    I did a forced CP update and a recompile. No feature. [LIST]
  • CENTOS 6.7 x86_64 standard " xxxxxx [LIST]
  • WHM 11.50.1 (build 3)
  • 0
  • JacobPerkins
    Hi, EasyApache 4 is not in 11.50, it's in 11.52, which just hit the CURRENT tier as of yesterday. You can upgrade to 11.52 from WHM -> Updates. I hope this helps!
    0
  • cPanelMichael
    I can't get the upgrade to EA4,

    Hello :) EasyApache4 is not yet supported with Cloud Linux. The document you have referenced is now updated to reflect this:
    0
  • Telematica_at
    When do you think will be EasyApache 4 compatible with Cloudlinux 7 ?
    0
  • cPanelMichael
    When do you think will be EasyApache 4 compatible with Cloudlinux 7 ?

    This is answered on the following thread: Easy Apache 4 with CL Thank you.
    0

Please sign in to leave a comment.