Skip to main content

PHP-FPM Handler what to choose

Comments

3 comments

  • cPanelMichael
    Hello, Enabling PHP-FPM for a domain name ensures PHP applications for that domain name are served through the mod_proxy_fcgi Apache module. This essentially updates the PHP handler for the individual domain name. Since you can't set the PHP-FPM handler as a global PHP handler, the default global PHP handler (suPHP in your case) is utilized for domain names with PHP-FPM disabled. You can find documentation on this at: PHP Handlers - EasyApache 4 - cPanel Documentation Thank you.
    0
  • digitaliway
    thank you, that is exactly what I needed to know and I appreciate the link to docs. I also would like to know if CPANEL handles the centos upgrades? If not is it safe to upgrade to 6.8 but stay away from 7?
    0
  • cPanelMichael
    Hello, OS upgrades are considered a system administration task and are not handled by cPanel. Upgrading from one major version to another (e.g. CentOS 6 to CentOS 7) is not recommended. Instead, it's advised that you setup a new server with CentOS 7 and then migrate the accounts to the new server using "WHM >> Transfer Tool". That said, you can generally use "yum update" safely to upgrade to new minor versions of CentOS. Thanks!
    0

Please sign in to leave a comment.