Questions tagged [php-cgi]
The php-cgi tag has no summary.
3 questions
9 votes
2 answers
4k views
How to prevent Apache from prepending REDIRECT_ to environment variables when running php as CGI?
I've been using MediaTemple's GridService as a production environment for a couple of relatively lightweight PHP sites. The process of setting up testing and staging environments is kind of ...
1 vote
2 answers
6k views
When accessing PHP files, nginx throws an 404 error
Right, sorry for the previous, recent questions I've asked about nginx, this is just doing my head in. I've enabled PHP using fastcgi_php and it works just fine, however, when I access to a PHP file, ...
1 vote
0 answers
172 views
OOM Issues with FastCGI - FastCgiServer config getting ignored
I'm using apache2 with mod_fastcgi to run PHP on a private shared server. I have combined this with suexec so I can run each virtual host as it's own UNIX user, keeping Wordpress owners happy. One ...