Description
Web servers can run PHP applications through a dedicated FastCGI process manager. This is useful for production PHP sites where worker pools, performance settings, and separation from the web server process matter.
It is a background service. PHP-FPM can execute web application code, so administrators should review pool users, file permissions, socket access, logs, and exposed environment variables.