File: //opt/etc_apache2/bad_3/safarimaris.com.conf
<VirtualHost *:80>
ServerName safarimaris.com
DocumentRoot /home/safarimaris/home/safarimaris/frontend/web
<Directory /home/safarimaris/home/safarimaris/frontend/web>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/usr/local/php5.6/var/run/php-fpm.sock|fcgi://localhost"
</FilesMatch>
ErrorLog ${APACHE_LOG_DIR}/safarimaris.com-error.log
CustomLog ${APACHE_LOG_DIR}/safarimaris.com-access.log combined
</VirtualHost>