CentOS 7 Apache 2.4 with PHP-FPM – Stephen R Lang
www.stephenrlang.com › 2018 › 02First, disable the global Apache configuration for PHP: Create a new PHP-FPM pool for this specific site and update it accordingly: Then update the site’s Apache vhost to point to a new PHP-FPM pool in both the 80 and 443 stanzas. Be sure to update the socket accordingly for your site in the 2 sections below! (ie: unix:/var/run/php-fpm ...