Skip to main content

cPanel WHM EA 4 PHP Handler not show PHP-FPM

Comments

4 comments

  • JacobPerkins
    Hi, You cannot run FPM as a global handler, it's insecure and we do not allow cPanel & WHM to be setup that way. You need to setup individual vhosts to use FPM. I would recommend reading up on our documentation here: PHP-FPM and EasyApache 4 - Documentation - cPanel Documentation
    0
  • explorer1979
    Hi, You cannot run FPM as a global handler, it's insecure and we do not allow cPanel & WHM to be setup that way. You need to setup individual vhosts to use FPM. I would recommend reading up on our documentation here:
    0
  • hbouma
    Hi, You cannot run FPM as a global handler, it's insecure and we do not allow cPanel & WHM to be setup that way. You need to setup individual vhosts to use FPM. I would recommend reading up on our documentation here:
    0
  • sparek-3
    I think @cPJacob is referring to a single global PHP-FPM pool as being insecure. If you run all of your VirtualHosts under just 1 PHP-FPM pool, then all VirtualHosts are essentially running PHP as the same user with open access among every VirtualHost. Running each VirtualHost (or I would argue each user) in their own PHP-FPM pool, then you minimize this threat. Each VirtualHost or each user is tied to its own PHP-FPM pool, meaning it can only access what is within that pool.
    0

Please sign in to leave a comment.