Cancel
Start searching
This search is based on elasticsearch and can look through several thousand pages in miliseconds.
Learn morephp-fpm is a "PHP FastCGI Process Manager," meaning a program that waits for a web server to launch a PHP script via the CGI interface. php-fpm forwards this request to an already running PHP process (also called php-fpm) or starts a new one if necessary.
The configuration settings for this are located in /usr/local/etc/php-fpm.conf, which also includes all .conf files under /usr/local/etc/php-fpm.d. The main configuration file contains parameters that typically do not need to be modified. As for additional configuration files, the file `www.conf` is preinstalled in `php-fpm.d`. For both files, there is also an example file with the extension `.conf.default`; these files serve no technical purpose.