Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: mod_fcgid timeouts  (Read 2091 times)

0 Members and 1 Guest are viewing this topic.

Karun

  • Guest
mod_fcgid timeouts
« on: December 25, 2013, 06:07:59 pm »
mod_fcgid timeouts

If you get an error like this while running any PHP scripts in the error log just follow the steps below ;)

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

In httpd.conf, before the virtual hosts add these entry or if present increase the time limits:

<IfModule mod_fcgid.c>
    FcgidBusyTimeout 3600
    FcgidIOTimeout    600
  # other Fcgid directives...
</IfModule>

That's it :D