I'm trying to get opcache working on my server that is hosting a website in apache2. I'm running debian 8. However it seems to be hitting zero of the scripts. I've already tried to change the php mode to cgi only but this didn't change anything. I've also tried to disable suPHP with the following command
a2endismod suPHP
again this didn't do anything for the problem. Does anyone happen to know what could be causing this?