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.

php5 with mod_fcgid results in 500 error - probably wrong permissions

Every time I request a .php file I get the 500 error code. I tried many different file permissions and searched …

php permissions fastcgi mod-fcgid
how to set max_execution_time php-fpm docker image?

I am using docker image for php5.6-fpm from https://hub.docker.com/_/php/. When I check php.ini location …

php docker dockerfile fastcgi fpm
CGI reply error on nginx server using fcgiwrap

I have a nginx server running on debian wheezy. I have working OTRS installation. But our old perl-fcgi wrapper was …

perl fastcgi otrs
class 'psycopg2.InterfaceError': connection already closed

I am pulling my hair over this and am about ready to do something dirty. I am running nginx + django + …

django postgresql connection fastcgi flup
PHP Upload - 500 Internal Server Error

The Issue When uploading files of around 8MB or over, I recieve a 500 Internal Server Error. All PHP settings in …

php iis upload fastcgi internal-server-error
Difference between FastCgiExternalServer and FastCgiServer in Apache FastCGI PHP?

Just let me state that I am new to FastCGI. I have MAMP's Apache on my OS X machine. Default …

php apache fastcgi mod-fastcgi
IIS6: PHP Sessions

I have installed PHP to work with IIS6 (with FastCGI). I am capable of viewing a sample test website that …

php session iis-6 fastcgi
How to use fastcgi_next_upstream in Nginx

I'd like to have 1 web server (nginx) and 2 FastCGI instances of the same application as back-end. The idea is to …

nginx fastcgi redundancy
apache2 FastCGI comm with dynamic server aborted first read idle timeout

Summary: Unable to run any of the most simple “Hello World” FastCGI script, any request always terminating into a time …

apache2 fastcgi mod-fastcgi apache2-module flup
nginx and Perl: FastCGI vs reverse proxy (PSGI/Starman)

A very popular choice for running Perl web applications these days seems to be behind a nginx webserver proxying requests …

perl nginx fastcgi reverse-proxy plack