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.
- 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
In EasyApache 4, each domain or virtual host can use any currently-installed PHP version or currently-installed PHP-FPM setting.
The list of domains displays the following information:
- The name of the domain.
- The PHP version that the domain currently uses.
- An Inherited label, if the domain inherits its PHP version from the system PHP version.
- A PHP-FPM enabled () or disabled () indicator.