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.

Apache's mod_php OR FastCGI? Which is good for Wordpress?

I have basic idea about running PHP in different configurations like mod_php, cgi, FastCGI, etc. In my findings and …

php apache wordpress fastcgi mod-php
Random PHP FastCGI / Connection reset by peer / incomplete headers

I've been having random 500 Internal Server errors on my PHP / MySQL based sites on various shared hosts. I'm using PHP 5.2.17 …

php mysql linux fastcgi
example of how to use fastcgi_finish_request()

Can someone show a simple example on how to use fastcgi_finish_request() function? I googled but only found some …

php fastcgi
IIS 7 Service Unavailable 503 ERROR

I am encountering a 503 - Service Unavailable error. I checked the event log and found this: The Module name FastCgiModule …

iis-7 fastcgi http-status-code-503
nginx php fastcgi unable to write , permission denied even using his own permission

Hi' i have permission denied when using write to text function like file_put_contents. i'm using nginx inside centos 6 …

php nginx centos fastcgi centos6
NGINX + PHP5-FPM segfaults under high load

I have been dealing with this problem all day and it is driving me insane. All Google results and searches …

nginx segmentation-fault fastcgi apc php
FastCGI C++ vs. A Script Language (PHP/Python/Perl)

What are the ups and downs of using FastCGI C++ vs. PHP/Python/Perl to do the same job. Any …

php c++ python perl fastcgi
How to disable output buffering in nginx for PHP application

We have code similar to this: <?php ob_implicit_flush(true); ob_end_flush(); foreach ($arrayOfStrings as $string) { echo …

php nginx fastcgi
How do you increase the apache fastCGI timeout on MAMP / MAMP Pro?

Does anybody know how to increase the apache fastCGI timeout on MAMP / MAMP Pro? I've looked everywhere but can't seem …

apache mamp fastcgi mamp-pro
How to increase page timeout to prevent 504 error?

I am running a file with considerable amount of code and have to process it for 1000 users. It takes approximately 55 …

nginx timeout fastcgi gateway