Top "Mod-fastcgi" questions

mod-fastcgi is an Apache module providing support for the FastCGI protocol.

nginx: connect() failed (111: Connection refused) while connecting to upstream

Trying to deploy my first portal . I am getting 502 gateway timeout error in browser when i was sending the request …

php nginx fastcgi mod-fastcgi http-status-code-502
What is the difference between fastcgi and fpm?

I am trying to install php with fpm on macports. I read somewhere that fpm means FastCGI process manager. Does …

php php-7 fastcgi php-7.4 mod-fastcgi
Increase PHP-FPM idle timeout setting

We have recently migrated to PHP-FPM. However we have encountered a problem with some long running scripts. The code looks …

php apache mod-fastcgi
mod_fastcgi idle timeout not work

I'm using Apache + mod_fastcgi + php-fpm. I'm trying parse big file and set in php script max_execution_time to 0, …

apache php mod-fastcgi
What is the best way to run ServiceStack on Linux / Mono?

Listed on the ServiceStack website it shows that ServiceStack can run on Mono with either: XSP mod_mono FastCgi Console …

c# linux mono servicestack mod-fastcgi
CentOS mod_fastcgi

I have server with installed CentOS 6.2 with nginx and php-fpm from remi repos httpd also installed, but when I try …

linux centos mod-fastcgi
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
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
mod_perl vs mod_fastcgi

I'm developing a web app in Perl with some C as necessary for some heavy duty number crunching. The main …

perl apache mod-perl mod-fastcgi