Start with setting apache rule to prevent httproxy vulnerability. Set this after main configuration (before serveradmin)
vi /etc/httpd/conf/httpd.conf
RequestHeader unset Proxy early
Install php-fpm
yum install php72-fpm
Enable mpm_event and comment out everything else
vi /etc/httpd/conf...
Read more