How To Run Multiple PHP Versions on One Server Using Apache and PHP-FPM on Ubuntu 20.04 | DigitalOcean
Introduction The Apache web server uses virtual hosts to manage multiple domains on a single instance. Similarly, PHP-FPM uses a daemon to manage multiple PHP versions on a single instance. Together, you can use…