Skip to content

Multi PHP Domains Manager

The Multi PHP Domains Manager page allows administrators to manage which PHP version is assigned to each domain, and whether PHP-FPM is enabled for performance optimization.

Multi PHP Domains Manager

URL

/admin/multi-p-h-p-domains

Domain PHP Settings

Domain Listing Table

DomainPHP VersionPHP-FPM
your.domainphp-versionEnabled/Disabled
  • You can search, and paginate through domains.
  • Click the Edit button next to a domain to modify its PHP configuration.

Edit PHP Version

When editing a domain, the following options are available:

PHP Version (Required)

PHP Version Options

Select a PHP version from the dropdown.

Enable PHP-FPM

PHP Version + FPM Toggle

For PHP 8.2.29 and PHP 8.4.10, you will also see a toggle option to enable or disable PHP-FPM:

  • Enabled: PHP-FPM is active (recommended)
  • Disabled: PHP runs in standard mode without FPM

This toggle will not appear when PHP 7.4.33 is selected.

You must click Save changes to apply the selected version and PHP-FPM state. Changes are applied immediately.

Note: PHP-FPM toggle is available only for modern versions (8.2 and above). Older versions like PHP 7.4 have PHP-FPM enabled by default and cannot be toggled via UI.

You must click Save changes to apply the new version. Changes take effect immediately.

Note: PHP-FPM is automatically enabled when supported for the selected version.