benniblanco

Member
Jan 21, 2013
15
0
1
cPanel Access Level
Root Administrator
This is first time we are using mod_fcgid going from SuPHP, box has
16GB DDR3
Xeon E3-1230
Apache 2.2.25
PHP 5.3.27
MySQL 5.1.70
fcgi + suexex

We have over 200 product demos and those are full joomla/wordpress/magento/drupal sites
over 100K members 700K+ page views /30days

I have this so far but not sure if it is going to be ok

All I see so far is

http://prntscr.com/1kg833

and in Include editor

http://prntscr.com/1kg863


I was thinking about adding this


Code:
<IfModule mod_fcgid.c>
	MaxRequestsPerProcess 1000 
	FcgidMaxProcesses 200 
	FcgidProcessLifeTime 7200 
	MaxProcessCount 500
	#10 min max for download
	FcgidIOTimeout 600 
	FcgidIdleTimeout 600 
	FcgidIdleScanInterval 90 
	FcgidBusyTimeout 300 
	FcgidBusyScanInterval 80 
	ErrorScanInterval 3 
	ZombieScanInterval 3 
	DefaultMinClassProcessCount 0 
	DefaultMaxClassProcessCount 3 
	FcgidMaxRequestLen 1073741824
</IfModule>