LoadModule rewrite_module modules/mod_rewrite.so ServerName localhost ServerAdmin webmaster@localhost DocumentRoot /var/www/monica/public Options Indexes FollowSymLinks AllowOverride All Require all granted ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www/monica/public/$1 DirectoryIndex index.php ErrorLog logs/error.log CustomLog logs/access.log combined ErrorLog /dev/stderr CustomLog /dev/stdout combined # vim: syntax=apache ts=4 sw=4 sts=4 sr noet