Skip to main content

EasyApache 4 Questions

Comments

21 comments

  • MattDees
    Currently we do not have support for either of those two options. There are currently plans to get better support for PECL modules in 11.54. As for the "All PHP Options + ZendGuard" w/ opcache question. That profile installs EVERYTHING that it possible can as it tries not to presume the use case. Our hope is that when EA4 is further a long we can provide more tailored profiles for different server use cases. For example, an mpm_event & FPM profile for single site/few site systems, A mass shared hosting profile w/ suphp or itk + dso.
    0
  • vlee
    Thank you I will just use EasyApache 3 for now until further notice.
    0
  • Jesse Lanning
    I got this to work by editing the pecl script. From command line as root:
    pico`which pecl`
    On the last line where it says:
    exec $PHP -C -n -q $INCARG -d date.....
    I simply removed the -n flag and the PHP Pecl Module Installer in WHM began working again. I am not sure if this breaks anything else so do so at your own risk.
    0
  • vlee
    Any more word from cPanel staff on if the PHP Pecl Module Installer in WHM will be working for Easy Apache 4?
    0
  • cPanelMichael
    There's currently no update on the resolution, other than to note plans exist to address the issue in the next couple of weeks. Thank you.
    0
  • vlee
    Any update on installing mod_geoip from EasyApache 4?
    0
  • cPanelMichael
    Any update on installing mod_geoip from EasyApache 4?

    I see no update on support for Mod_GeoIP in EasyApache 4 at this time. However, there are plans to add documentation on creating RPM packages with EasyApache 4 in the future. Thank you.
    0
  • vlee
    So what would be the best way to add Mod_GeoIP in EasyApache 4?
    0
  • JacobPerkins
    Hi, EA4 is just an RPM distribution of the Apache binaries. You can install mod_geoIP by following their instructions: geoip-api-mod_geoip2/INSTALL.md at master " maxmind/geoip-api-mod_geoip2 " GitHub You might need to install ea-apache24-httpd-devel to get APXS. I hope this helps!
    0
  • mekanagadde
    Will the EasyApache 4 final release package be updated with PHP 7?
    0
  • JacobPerkins
    Hi, I'd recommend keeping an eye on the PHP 7 feature request: PHP7 support
    0
  • TravisAStrong
    vlee were you able to get mod_geoip installed? Attempting to follow the install docs mentioned at github.com/maxmind/geoip-api-mod_geoip2/blob/master/INSTALL.md results in: cannot open /usr/local/apache/build/config_vars.mk: No such file or directory at /usr/bin/apxs line 203
    0
  • JacobPerkins
    Hi, Have you installed the old httpd-tools from EA3? EA4 APXS should be using /etc/, not /usr/local/. I'd recommend running: yum remove httpd-tools yum install ea-apache24-devel This should install the EA4 version of APXS and allow this compilation.
    0
  • vlee
    I am currently waiting on EA4 to be out of beta before I do this.
    0
  • Matt G
    Hi. I wrote up a small tutorial for getting Mod_GEOIP working with Apache 2.4 and Easy Apache 4 on WHM/Cpanel if anyone is interested it's located here mattgibson.ca/compiling-mod_geoip2-use-easyapache-4-ea4-cpanel/.
    0
  • JacobPerkins
    Hi. I wrote up a small tutorial for getting Mod_GEOIP working with Apache 2.4 and Easy Apache 4 on WHM/Cpanel if anyone is interested it's located here mattgibson.ca/compiling-mod_geoip2-use-easyapache-4-ea4-cpanel/.

    Matt, that is awesome, thank you very much for writing that up. I'm going to publicize this link a bit if you don't mind :)
    0
  • vlee
    Hi. I wrote up a small tutorial for getting Mod_GEOIP working with Apache 2.4 and Easy Apache 4 on WHM/Cpanel if anyone is interested it's located here mattgibson.ca/compiling-mod_geoip2-use-easyapache-4-ea4-cpanel/.

    Yes, Thank you for taking the time to put this together. Will be very helpful.
    0
  • Volt55
    That looks like a good tutorial, thanks. I am however a bit wary about installing httpd-devel on my production server. Should I expect any issues and is there anything to look out for or backup? I'm only installing it to get apxs on there, maybe there is another way?
    0
  • cPanelMichael
    That looks like a good tutorial, thanks. I am however a bit wary about installing httpd-devel on my production server. Should I expect any issues and is there anything to look out for or backup? I'm only installing it to get apxs on there, maybe there is another way?

    You can install the ea-apache24-devel package: Install httpd-devel Note the ea-apache24-devel package isn't a replacement for the Apache web server: Difference between httpd and httpd-devel package on CentOS 5 Thank you.
    0
  • AtlantisStargate
    Any update on this? Most of the links are dead
    0
  • cPRex Jurassic Moderator
    @AtlantisStargate - can you let me know what updates you're looking for? Most of the replies in this thread or 3 years old or more, and EasyApache has definitely changed in that time. If you can let me know specifically what you're seeing I'll be happy to help!
    0

Please sign in to leave a comment.