PHP-FPM with Apache2 - DEV Community
dev.to › joetancy › php-fpm-with-apache2-2mk0Jul 29, 2020 · First, we need to install PHP-FPM, configure Apache to route .php processing to PHP-FPM, then optimise the number of PHP-FPM threads. After which we will change Apache from mpm_prefork to mpm_events for higher concurrency processing. This guide assumes you are operating on Ubuntu 18.04 LTS. Installing PHP-FPM