Top "Fastcgi" questions

FastCGI is an optimized implementation of the CGI interface that aims to reduce the processing overhead for each CGI request on a webserver.

IIS 7.5 PHP failure "The FastCGI process exited unexpectedly"

I've been attempting to get PHP working with IIS 7.5 and have hit a bit of a roadblock. Whenever I try …

php cgi iis-7.5 fastcgi
How to debug "FastCGI sent in stderr: Primary script unknown while reading response header from upstream" and find the actual error message?

SO has many articles mentioning this error code: FastCGI sent in stderr: "Primary script unknown" while reading response header from …

php debugging nginx fastcgi stderr
Differences and uses between WSGI, CGI, FastCGI, and mod_python in regards to Python?

I'm just wondering what the differences and advantages are for the different CGI's out there. Which one would be best …

python cgi fastcgi wsgi mod-python
php-fpm for Windows?

The PHP-FPM's homepage http://php-fpm.org/ states that it is part of PHP since PHP 5.3.3. Now, I was wondering, when …

windows fastcgi php
nginx errors readv() and recv() failed

I use nginx along with fastcgi. I see a lot of the following errors in the error logs readv() failed (104: …

nginx fastcgi
How to know for sure if FastCGI is being used to run php scripts

I have a hosted site and I'm having trouble configuring Joomla (running Joomla + php + mySQL on IIS7 + win server 2008). I …

php iis iis-7 fastcgi
Apache vs. IIS PHP performance comparison

Does anyone know of any links to realistic performance comparisons of IIS vs. Apache for PHP hosting? I am looking …

php performance apache iis fastcgi
Running python through fastCGI for nginx

I am looking to run standalone python scripts through fcgi for use with nginx, but I have no idea where …

python nginx fastcgi
mod_php vs cgi vs fast-cgi

I have been trying to understand the exact meaning/purpose of loading php as an apache module vs the rest. …

php interpreter fastcgi mod-php
How to determine which script is being executed in PHP-FPM process

I am running nginx + php-fpm. Is there any way how can I know what is each of the PHP processes …

fastcgi php