File: //usr/local/php7.2-fpm/etc/extras/sample-vhost.apache
<VirtualHost 11.22.33.44>
DocumentRoot /home/httpd/html/domain.com/public_html
ScriptAlias /cgi-bin /home/httpd/html/domain.com/cgi-bin
ServerName www.domain.com
CustomLog /home/httpd/logs/domain.com_access_log combined
ServerAlias domain.com
<IfModule mod_fastcgi.c>
FastCGIExternalServer /home/httpd/html/domain.com/public_html/php5.fcgi -flush -socket /var/run/php-fpm/www.sock
#FastCGIExternalServer /home/httpd/html/domain.com/public_html/php5.fcgi -flush -host 127.0.0.1:9000
AddType application/x-httpd-fastphp5 .php
Action application/x-httpd-fastphp5 /php5.fcgi
</IfModule>
</VirtualHost>