Top "Mod-fcgid" questions

`mod_fcgid` is a high performance alternative to `mod_cgi` or `mod_cgid`, which starts a sufficient number instances of the `CGI` program to handle concurrent requests, and these programs remain running to handle further incoming requests.

Connection reset by peer: mod_fcgid: error reading data from FastCGI server

I am having issue on PHP where my app is trying to run a php backup file and suddenly getting …

php apache mod-fcgid
PHP and mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

This has been asked and answered before https://stackoverflow.com/a/12686252/219116 but, the solution there is not working for me. …

php linux apache mod-fcgid
Premature end of script headers: index.php, mod_fcgid: read data timeout in 61 seconds

I wrote a simple crawling script (in php) at localhost (with 4 variations). All of them worked fine at localhost. But …

php apache timeout mod-fcgid
High CPU mod_fcgid: can't apply process slot

I get the following warning: mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper As …

warnings cpu mod-fcgid
.htaccess redirect index.php to /

I would like to hide the index.php page and just show the domain. Is this possible with .htaccess? RewriteRule ^…

linux apache .htaccess redirect mod-fcgid
mod_fcgid: can't apply process slot for error

update: Just looked at the cache update times of long queries and they did not collide with server crash time. …

php apache2 mod-fcgid
ap_pass_brigade failed in handle_request_ipc function

A page is resulting in a 500 error and the log shows this: [Wed Mar 20 11:19:23 2013] [warn] [client 127.0.0.1] (104)Connection reset by peer: …

php mysql apache ubuntu mod-fcgid
mod_fcgid: read data timeout in 40 seconds

we're running centos/cPanel on a good size dedicated server with only one website. we need speed and ability to …

mod-fcgid
PHP maximum execution time

In my Plesk 11, PHP 5.4.7. Apache/2.4.3 system, when I make cron jobs I get this error from error.log file. [Tue …

php apache execution-time mod-fcgid
Why does my simple fastCGI Perl script fail?

I'm not of the Perl world, so some of this is new to me. I'm running Ubuntu Hardy LTS with …

perl fastcgi movabletype mod-fcgid