环境:

LAMP PHP(FastCGI )

症状:

[Tue Dec 01 10:19:21 2009] [notice] mod_fcgid: /var/www/vhosts/xiangbaozhongxin.com/httpdocs/shopadmin/index.php total process count 65 >= 64, skip the spawn  request
[Tue Dec 01 10:19:21 2009] [notice] mod_fcgid: /var/www/vhosts/xiangbaozhongxin.com/httpdocs/shopadmin/index.php total process count 65 >= 64, skip the spawn  request

解决办法:

查找mod_fcgid配置文件

  1. <IfModule mod_fcgid.c> 
  2.   AddHandler    fcgid-script .fcgi  
  3.   IPCConnectTimeout 20  
  4.   MaxProcessCount 5  
  5.   DefaultMaxClassProcessCount 2  
  6.   DefaultMinClassProcessCount 1  
  7. </IfModule> 

增加MaxProcessCount 参数值

此文章由 flyinweb 于 2009-12-01 15:29:55 编辑

本日志由 flyinweb 于 2009-12-01 15:17:46 发表,目前已经被浏览 3946 次,评论 0 次;

作者添加了以下标签: MaxProcessCountfcgid

引用通告:http://www.517sou.net/Article/341/Trackback.ashx

评论订阅:http://www.517sou.net/Article/341/Feeds.ashx

评论列表

    暂时没有评论
(必填)
(必填,不会被公开)