Skip to main content

EasyApache 4 Update Error

Comments

5 comments

  • JacobPerkins
    Hi, mod_proxy_hcheck is not fully thread safe. During our last update we noticed it's gotten worse, and thus we've added conflicts to ensure that Apache remains up and stable when using hcheck. You will need to remove that RPM from your system / profiles.
    0
  • Nirjonadda
    Hi, mod_proxy_hcheck is not fully thread safe. During our last update we noticed it's gotten worse, and thus we've added conflicts to ensure that Apache remains up and stable when using hcheck. You will need to remove that RPM from your system / profiles.

    But EasyApache 4 Interface are does not show this error correctly. 44831
    0
  • JacobPerkins
    Hi, You'll probably need to go into SSH and run 'yum remove ea-apache24-mod_proxy_hcheck'
    0
  • Eugenio
    Hello, I have same error as @Nirjonadda running the /scripts/migrate_ea3_to_ea4 script.
    The package ea-apache24-mod_mpm_prefork conflicts and we need to install it resolve deps at /usr/local/cpanel/Cpanel/PackMan.pm line 350.
    but when I run the solution suggested by @cPJacob
    yum remove ea-apache24-mod_proxy_hcheck
    I get
    Loaded plugins: fastestmirror, universal-hooks No Match for argument: ea-apache24-mod_proxy_hcheck No Packages marked for removal
    CENTOS 7.3 x86_64 cPanel & WHM 64.0 (build 21) Many thanks for helping hands
    0
  • cPanelMichael
    I have same error as @Nirjonadda running the /scripts/migrate_ea3_to_ea4 script.

    Hello, Try running the following command to verify all MPM options are listed as "0" in your most recent profile:
    grep MPM /var/cpanel/easy/apache/profile/_main.yaml
    If so, edit the above file using a utility such as VI and change "MPMPrefork" from "0" to "1":
    vi /var/cpanel/easy/apache/profile/_main.yaml
    Then, try converting to EA4 again to see if it succeeds. There's a post on this topic at: Error when migrating EasyApache3 to EasyApache4 Thank you.
    0

Please sign in to leave a comment.