File: //etc/apache2/sites-enabled/qualitydent.co.u.conf
<VirtualHost *:80>
ServerName qualitydent.co.u
ServerAlias www.qualitydent.co.u
DocumentRoot /home/qualitydent.co.u/public_html
ErrorLog ${APACHE_LOG_DIR}/qualitydent.co.u.error.log
CustomLog ${APACHE_LOG_DIR}/qualitydent.co.u.access.log combined
DirectoryIndex index.php index.html index.htm
<Directory /home/qualitydent.co.u/public_html>
AllowOverride all
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/qualitydentcou.sock|fcgi://localhost/"
</FilesMatch>
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet