Running debian jessie apache2.4 with php 5.6 fpm
got that line in my vhost config
<VirtualHost *:80>
...
ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/usr/local/zend/tmp/php-fpm.sock|fcgi://localhost/var/www"
DirectoryIndex index.php
<Directory /var/www>
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>
...
</VirtualHost>
Trying to open http://testing.com/index.php/setup/
got Access denied.