解决nginx+FastCGI经常报502的问题

1查看php4-cgi打开数量

sudo netstat -anpo | grep “php5-cgi” | wc -l

2设置nginx.conf参数
http
{
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
}

Tags:

星期二, 3 4 月, 2012 服务器

Leave a Reply

1LMooBmUE153Wnd3zDryWvDyXxQudbFxDr