Skip to main content

EasyApache 4 and fcgid_module support

Comments

13 comments

  • JacobPerkins
    Hi, In EasyApache 4, we are supporting FastCGI handler via PHP-FPM. Check out this post on setting it up! Configure PHP-FPM with User Pools for EasyApache 4 - cPanel Knowledge Base - cPanel Documentation I hope this helps!
    0
  • gersonfs
    Hi Jacob P, It's not the same thing, what I need is fcgid_module and not PHP-FPM. In easyapache 3 have the fcgid_module not dependent on PHP-FPM, he invokes and directly manages PHP processes. fcgid_module is fast, secure and when properly configured consumes little memory, is perfect.
    0
  • cPanelMichael
    It's not the same thing, what I need is fcgid_module and not PHP-FPM.

    Hello :) EasyApache 4 only supports FastCGI in conjunction with the FastCGI Process Manager (PHP-FPM). You must also configure PHP-FPM to use FastCGI. Documentation on the supported handlers is found at: PHP Handlers - EasyApache 4 - cPanel Documentation Thank you.
    0
  • gersonfs
    Ok, but for use PHP-FPM on a shard host, like us, we need perform extra steps for each user. We ave about 700 accounts on every dedicated server, its impossible do it. We need use FastCGI as a global handler, as it was on EA3. I can not understand why they have taken this functionality.
    0
  • Martin Werner
    Does in the guide really stand for each useraccount? Isn't there a possibility to use PHP-FPM for all useraccounts globally?
    0
  • gersonfs
    According to the documentation, currently not. [LIST]
  • You cannot use the PHP-FPM handler as a global PHP handler.
  • To use this PHP handler with shared servers, you must perform extra steps to configure FPM to run with a per-user pool. For more information, read our
  • 0
  • nshost
    EA4 is great but without old mod_fcgid from EA3 (
    0
  • cPanelMichael
    Basic example : FcgidMaxProcesses - total num FcgidMaxProcessesPerClass - max per user We use the servers for Shared hosting not for personal use.

    Hello, Here's a third-party URL where tuning PHP-FPM is discussed: Adjusting Child Processes for PHP-FPM The changes are intended for a different platform in that post, but it should give you an idea of what's possible. Thank you.
    0
  • Kent Brockman
    [LIST]
  • To use this PHP handler with shared servers, you must perform extra steps to configure FPM to run with a per-user pool. For more information, read our
  • 0
  • vacancy
    EasyApache 4 mod_fcgid It will soon be supported. Currently test build (11.59xxx) php-fpm + proxy_fcgi support is available. But there is php.ini loaded bug. (EA-5016 inquiry)
    0
  • Kent Brockman
    Glad to know. I'll keep from migrating to EA4 until this feature is released :)
    0
  • maverick23
    Hello, how would this be configured for sub domains. Site that has single domain it works perfectly, but a site with multiple subdomains still not running under php-fpm.. Any suggestions? Thanks Rajat
    0
  • cPanelMichael
    how would this be configured for sub domains. Site that has single domain it works perfectly, but a site with multiple subdomains still not running under php-fpm..

    FPM support is not currently offered with EasyApache 4. It's planned for cPanel version 60. You can follow the progress for official FPM support at: Enhance FPM support An additional feature request is open for mod_fcgid at: EasyApache 4 mod_fcgid Thank you.
    0

Please sign in to leave a comment.