fast-cgi会比suphp消耗多些内存,如果内存不多,不建议使用。如果cpu不够强,经常高负,但内存又充足的话,可以选用fast-cgi。
fast-cgi省cpu耗内存难监控。
suphp省内存耗cpu易监控。
1.php要使用fast-cgi,首先在EasyApache编译的时候,要选上cgi-fcgi模块。如果之前没有编译可以重新EasyApache编译。
2.WHM >> Service Configuration >> Configure PHP and SuExec
PHP 5 Handler 选择 fcgi
“Save New Configuration”
(more…)