MultiPHP Manager for cPanel

Valid for versions 94 through the latest version

Version:

94


Last modified: December 21, 2022

Overview

cPanel’s MultiPHP Manager interface allows you to easily manage your account’s PHP configuration. In this interface, you can manage the PHP version or pool option of any virtual host.

  • The system PHP version refers to version of PHP that functions as the global default for all accounts. Only the system administrator can set the system PHP version. Any primary domain that is set to Inherit uses the system PHP version. For more information, read our PHP Inheritance documentation.

  • PHP FastCGI Process Manager (PHP-FPM) is an alternative PHP module that allows a website to handle strenuous loads on sites. PHP-FPM maintains pools (workers that respond to PHP requests) to accomplish this. These pools of workers allow the website to handle more requests than it normally could.

List of domains

The list of domains displays the following information:

  • The name of the domain.

  • The PHP version that the domain currently uses.

    Note:

    In EasyApache 4, each domain or virtual host can use any currently-installed PHP version or currently-installed PHP-FPM setting.

  • The Inherited label, if the domain inherits its PHP version from the system PHP version.

  • A PHP-FPM enabled () or disabled () indicator.

    Note:
    • Parked domains represent aliases for a primary domain. The system does not list parked domains.
    • System administrators can enable or disable PHP-FPM through WHM’s MultiPHP Manager interface (WHM » Home » Software » MultiPHP Manager).

Use the Search text box to search domains by domain name or account name.

Set the PHP version for a domain

Note:

EasyApache 4 supports PHP versions 5.4 through 5.6, PHP versions 7.0 through 7.4, and PHP 8.0 through 8.3. The cPanel default profile includes PHP versions 8.1 and 8.2.

To change a domain’s PHP version, perform the following steps:

  1. Select the checkbox for the domain that you wish to change.

  2. Select the desired version of PHP from the PHP Version menu. To always use the system default, select inherit.

    Note:
    • If the system administrator recommends any PHP versions, the menu will display the Recommended label next to them.

    • If you set your PHP version to inherit, the system will not allow you to set PHP-FPM. You must select a PHP version other than inherit to enable PHP-FPM on a domain.

    • If the PHP version that you want to use does not appear, that PHP version is either not installed on the server or is not available for your account. Your system administrator can install it in WHM’s EasyApache 4 interface (WHM » Home » Software » EasyApache 4).

    • If your system administrator limited your domain’s PHP version, then you cannot use this interface to restore the domain’s PHP version to its original version.

  3. Click Apply. The system will change the selected domain’s PHP version.

    Note:
    • When you change the PHP version for your domain and FPM is enabled, the system changes your FPM version to match the PHP version. If FPM is not enabled on your domain, the system changes the PHP and FPM versions separately.

    • If you enable FPM on your primary domain and then change that domain’s name, the system will disable FPM for the new domain. Your system administrator or hosting provider must reenable FPM on the new domain if you wish to use FPM for the new domain.

More:

For more information regarding PHP versions and installation, read our How to Locate and Install a PHP Version of Extension documentation.

Additional Documentation