After installing php, to make it work with apache we have 2 options: either
installing the Apache Module or using php-fpm.
This article covers how to configure php-fpm to work with Apache
Prerequisite:
1. Apache installed [https://blog.mgopee.tech/install-apache-on-centos-ubuntu/].
2. Vhost configured [https://blog.mgopee.tech/configuring-apache-vhost-on-centos/].
3.