Multi PHP Domains Manager
The Multi PHP Domains Manager page allows administrators to assign and manage PHP versions and PHP-FPM settings on a per-domain basis. This makes it possible to run different sites on different PHP versions on the same server.

Overview
URL: /admin/multi-php-domains
The page lists all domains hosted on the server with their current PHP configuration. Each row shows:
- Domain – Fully qualified domain name.
- PHP Version – Currently assigned PHP version (e.g.,
7.4,8.0,8.4). - PHP-FPM – Indicates whether PHP-FPM is enabled (
Enabled) or running through another handler (empty). - Actions –
Editbutton to change the PHP version or PHP-FPM setting for the domain.
Editing a Domain
Click the Edit button next to a domain to open a modal where you can:
- Change the domain's PHP version to any installed version available on the server.
- Toggle PHP-FPM on or off for that domain.
Changes apply only to the selected domain and do not affect other sites on the server.
Search and Pagination
- Search field – Filter the list by domain name.
- Per page – Choose how many results to show:
5,10,25,50,All. - A summary line (e.g.,
Showing 1 to 5 of 5 results) appears below the table.
Related Pages
- Apache Settings – Global Apache configuration.
- PHP Versions – Installed PHP versions and per-version configuration.