Submitted by jorgecardenas1 on Mon, 11/19/2012 - 03:24 Pro Licensee
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 socketsSocketPath /var/lib/httpd/fcgid/sock IdleTimeout 3600 ProcessLifeTime 7200 MaxProcessCount 1000 DefaultMinClassProcessCount 3 DefaultMaxClassProcessCount 100 IPCConnectTimeout 8 IPCCommTimeout 600 BusyTimeout 300
Status:
Active
Comments
Submitted by andreychek on Mon, 11/19/2012 - 08:45 Comment #1
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.