Apache + PHP via FastCGI
- by Wilco
I'm running into some problems while attempting to run PHP via FastCGI in Apache. I have the FastCGI module loaded, but get the following error when attempting to load a page:
The requested URL /fastcgi/php54.fcgi/index.php was not found on this server.
Somewhere, it seems that the script to be executed is appended to the executable without any…