Skip to main content

Installing PHP7 Error

Comments

3 comments

  • Eminds
    can you share the steps with which you installed PHP 7 on the cpanel server ?
    0
  • Jcats
    Did you just upgrade to EA4? If so, I would revert, then try again.
    # /scripts/migrate_ea3_to_ea4 --revert --run
    then again try to:
    # /scripts/migrate_ea3_to_ea4 --run
    0
  • cPanelMichael
    Starting httpd: httpd: Syntax error on line 27 of /etc/apache2/conf/httpd.conf: Syntax error on line 2 of /etc/apache2/conf.modules.d/275_mod_proxy.conf: Cannot load modules/mod_proxy.so into server: /etc/apache2/modules/mod_proxy.so: undefined symbol: ap_check_pipeline

    Hello, Have you installed any third-party plugins relates to Mod_Proxy? If so, check to see if that plugin altered the immutable attribute on files within the /etc/rc.d/init.d/ directory. EX:
    lsattr /etc/rc.d/init.d/
    If you notice any files with the immutable attribute (i), then you can remove it via a command such as:
    chattr -i /etc/rc.d/$file-name
    Then, once you do that, run the following commands to see if Apache starts well:
    yum reinstall ea-apache24-mod_proxy /scripts/restartsrv_httpd
    Thank you.
    0

Please sign in to leave a comment.