How to run PHP-FPM 7.3 with a Debian Apache 2.4 HTTP Server

PHP-FPM (FastCGI Process Manager) is an alternative to PHP FastCGI. It provides features like Adaptive process spawning, basic statistics, and advanced process management with graceful stop/start. PHP 7.3 is not available for Debian Jessie so you will need to get it from a third party repository: $sudo apt-get -y install apt-transport-https lsb-release ca-certificates $sudo wget […]