Kunnskapsbase

The php_fpm_config Script  Print

Overview:

The /usr/local/cpanel/scripts/php_fpm_config script installs configuration files when you manually edit the PHP-FPM configuration files. This script also helps to troubleshoot problems in the PHP-FPM system.

Note:
This is only available to users with root privileges.

The /usr/local/cpanel/scripts/php_fpm_config scripts

To use this script, run the following command as the root user:

/usr/local/cpanel/scripts/php_fpm_config --rebuild [--domain=domain] --check [--json]

Arguments

Option Description Example
--rebuild [--domain=domain] The --rebuild option rebuilds all FPM configuration files and Apache vhost entries according to the values in the user’s domain php-fpm.yaml files.

When you add the --domain=domain argument, the system restricts the --rebuild operation to only a single domain.
Note:
The --domain=domain argument is optional.
/usr/local/cpanel/scripts/php_fpm_config --rebuild --domain=domain
--check [--json] The --check option scans all configuration and .yaml files for any inconsistencies, then outputs an inventory of all known cPanel FPM configurations and status. It will also output any errors.

It may also indicate that the .conf file in the php-fpm.d directory is older than the .yaml file. If the system indicates this, run the script with the --rebuild option.
Notes:
  • The output of this check defaults to human-readable format. The --json argument displays output in JSON format.
  • The --json argument is optional.
/usr/local/cpanel/scripts/php_fpm_config --check --json
--convert_all The --convert_all option identifies all domains on a system and enables PHP-FPM on them. This script turns on PHP-FPM for all accounts.

If your domain’s PHP is set to Inherit, the system converts it to the default PHP handler for the system. Then the system enables PHP-FPM for the specified account(s).
Warning:
We strongly recommend that you only activate Apache PHP-FPM if your server has at least 2 GB of RAM available, or at least 30 MB of RAM per domain. If you enable PHP-FPM on a server with less than the required RAM, your server may experience severe performance issues.
/usr/local/cpanel/scripts/php_fpm_config --convert_all
Note:
Orphaned files represent configuration files in the php-fpm.d directory that cPanel does not manage. They may represent the source of any problems you encounter.

Var dette svaret til hjelp?

Relaterte artikler

WHM Scripts
Overview: The cPanel & WHM installation process adds important scripts to your server’s...
The dbmaptool Script
Overview: You can use the /usr/local/cpanel/bin/dbmaptool script to grant ownership of databases...
The servers_queue Script
Overview: This script allows you to manage the task queue system. The task queue system allows...
The auto-adjust-mysql-limits Script
Overview: The /usr/local/cpanel/scripts/auto-adjust-mysql-limits script updates MySQL®...
The autossl_check Script
Overview: The /usr/local/cpanel/bin/autossl_check script allows you to manually check the SSL...