Setting FCGId parameters

Using CGI execution mode removed 500 errors but seems a lot slower than FCGID, researching I found this solution with FCGID and would like to try with one domain. Where can I set them?

Sane place to put sockets

SocketPath /var/lib/httpd/fcgid/sock IdleTimeout 3600 ProcessLifeTime 7200 MaxProcessCount 1000 DefaultMinClassProcessCount 3 DefaultMaxClassProcessCount 100 IPCConnectTimeout 8 IPCCommTimeout 600 BusyTimeout 300

Status: 
Active

Comments

Howdy -- not all those settings are per-domain settings, some are global settings.

However, you can put any per-domain settings in /etc/httpd/conf/httpd.conf in the VirtualHost block for a given domain.

Or, for global settings, you can add them to /etc/httpd/conf.d/fcgid.conf.