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 […]
Install WordPress on LAMP in Debian 9
Good article on installing WordPress w/o using the often old Debian package: https://www.howtoforge.com/tutorial/install-wordpress-on-lamp-in-debian-9/