Bobcares

PHP-FPM Code and FileSystem Layout for EasyApache 4

by | Jan 12, 2021

PHP-FPM Code and FileSystem Layout for EasyApache 4 allows the website to handle loads.

As part of our Server Management Services, we assist our customers with several cPanel queries.

Today, let us discuss PHP-FPM Code and FileSystem Layout for EasyApache.

 

PHP FastCGI Process Manager

Here, our Support Engineers explains the following information about the PHP-FPM daemon:

  • The PHP-FPM filesystem layout
  • How the system implements PHP-FPM on your system

PHP-FPM provides an alternative FastCGI daemon for PHP that allows a website to handle significant loads. It allows a host to set specific amounts of resources to process a domain’s requests via workers available to respond to PHP requests (pools).

PHP-FPM does not overload a system’s memory with PHP from Apache processes. It only executes PHP requests, which enables it to serve content quicker than other methods.

We can only activate Apache PHP-FPM if the server has at least 2 GB of RAM available, or at least 30 MB of RAM per domain. If we enable PHP-FPM on a server with less than the required RAM, the server may experience severe performance issues.

 

PHP-FPM Code and FileSystem Layout for EasyApache

In order to understand PHP-FPM code and Filesystem layout, let us cover a few topics our Support Engineers find relevant.

PHP-FPM Code and FileSystem Layout for EasyApache

PHP-FPM implementation

The

Cpanel::PHPFPM (Cpanel/PHPFPM.pm)Copy Code
module provides the basis of EasyApache support with PHP-FPM. The module’s built-in defaults generate configuration files that provide fully functional PHP-FPM pools for a domain.

The system uses the following configuration files:

/var/cpanel/ApachePHPFPM/system.yaml

/var/cpanel/ApachePHPFPM/system_pool_defaults.yamlCopy Code

We will need to create these two files manually. To do this, we perform the following steps:

  • Create the
    /var/cpanel/ApachePHPFPM/Copy Code
    directory.
mkdir -p /var/cpanel/ApachePHPFPM/Copy Code
  • Eventually, create the two files.
touch /var/cpanel/ApachePHPFPM/system.yaml
touch /var/cpanel/ApachePHPFPM/system_pool_defaults.yamlCopy Code

 

File contents

Each file contains different directives from the built-in values.

The following example displays the

 system.yamCopy Code
l file’s contents:


daemonize: yesCopy Code
  • This example only uses a different value than the built-in default for the daemonize setting.
  • The
    system-pool-defaults.yamlCopy Code
    file applies the value to each pool that we create.
  • Each domain in the system requires that we create one pool.
  • Replace any unacceptable characters such as
    .[]()Copy Code
    with an underscore
    _Copy Code
    .

The table below contains examples of unacceptable value names:

Old Name                               New Name
syslog.facility                       syslog_facility
php_admin_value[disable_functions]    php_admin_value_disable_functionsCopy Code

 

The filesystem configuration files

The system stores the configuration files that control PHP-FPM in the following files:

  • /opt/cpanel/ea-php54/root/etc/php-fpm.confCopy Code
    – This file contains the system configurations of PHP-FPM.
  • /opt/cpanel/ea-php54/root/etc/php-fpm.d/[domain].confCopy Code
    – This file changes the domain to the domain setting of the website that we use. For example,
     the cptest1.tld.conCopy Code
    f domain.

The

.yamlCopy Code
files within the
/var/cpanelCopy Code
directories generate these two files.

  • Do not edit these configuration files manually.
  • The system duplicates these configuration files for each version that we select.
  • The
    /opt/cpanel/ea-php54/root/etc/php-fpm.d/[domain].confCopy Code
    file displays
    ea-php54Copy Code
    or
    php54Copy Code
    as its version.

 

Required files

We use the required file

 /var/cpanel/userdata/[user]/[domain].php-fpm.yamCopy Code
l only if we wish to run PHP-FPM.

/var/cpanel/userdata/[user]/[domain].php-fpm.yamlCopy Code
– This file controls a specific domain’s pool. The system uses the built-in default values and
system_pool_defaultsCopy Code
values to generate the
[domain].confCopy Code
file.

 

Optional files

We use the following optional files only if we wish to change the default parameters. All domain pools use these defaults unless a .yaml file overrides them.

  • /var/cpanel/ApachePHPFPM/system.yamlCopy Code

This file contains system-level settings. The system also uses this file to generate the

/opt/cpanel/ea-php5?/root/etc/php-fpm.confCopy Code
file, where the
?Copy Code
indicates that the system uses this file to generate all of the PHP versions in the
php-fpm.confCopy Code
file.

  • /var/cpanel/ApachePHPFPM/system_pool_defaults.yamlCopy Code

The system uses this file to generate each domain’s pool and configure each user’s pool.

 

Restore PHP to the system

The system cannot remove configurations or other related files when we manually remove RPMs. If we manually remove RPMs, we could remove dependencies that our hosted websites require.

Our support techs do not recommend to perform

yum removeCopy Code
operations with any
ea-phpCopy Code
RPMs.

If we remove PHP from the system while any of the hosted websites still use it, those websites will display errors. In addition, Apache could fail to display the website entirely.

Before we perform a

yum removeCopy Code
, confirm that none of the hosted websites use the PHP version that we wish to remove with WHM’s MultiPHP Manager interface.

To restore PHP versions to the system, we run:

ea_install_profile –install /etc/cpanel/ea4/profiles/cpanel/default.json
/usr/local/cpanel/scripts/restartsrv apache_php_fpmCopy Code

[Did the command fail? Contact us now!]

 

Conclusion

In short, PHP-FPM Code and FileSystem Layout for EasyApache allows the website to handle loads. Today, we saw a method of implementation by our Support Engineers on the same.

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Speed issues driving customers away?
We’ve got your back!