ServerName localhost
DocumentRoot /usr/local/apache2/htdocs
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.php index.html
#
# SetHandler "proxy:fcgi://php:9000/var/www/html/public"
#
ProxyPassMatch "^/(.*\.php(/.*)?)$" "fcgi://php:9000/var/www/html/public/$1"
ErrorLog /usr/local/apache2/logs/error.log
CustomLog /usr/local/apache2/logs/access.log combined