linux nginx php-cgi,Linux 下 Nginx phpcgi 的安装及配置

3,优化linux内核参数

nano /etc/sysctl.conf

在末尾加上下面的东东

net.ipv4.tcp_max_syn_backlog = 65536

net.core.netdev_max_backlog =  32768

net.core.somaxconn = 32768

net.core.wmem_default = 8388608

net.core.rmem_default = 8388608

net.core.rmem_max = 16777216

net.core.wmem_max = 16777216

net.ipv4.tcp_timestamps = 0

net.ipv4.tcp_synack_retries = 2

net.ipv4.tcp_syn_retries = 2

net.ipv4.tcp_tw_recycle = 1

#net.ipv4.tcp_tw_len = 1

net.ipv4.tcp_tw_reuse = 1

net.ipv4.tcp_mem = 94500000 915000000 927000000

net.ipv4.tcp_max_orphans = 3276800

#net.ipv4.tcp_fin_timeout = 30

#net.ipv4.tcp_keepalive_time = 120

net.ipv4.ip_local_port_range = 1024  65535

4,启动nginx

ulimit -SHn 65535

/usr/local/webserver/nginx/sbin/nginx

5,查看启动

[zhangy@BlackGhost www]$ ps -e|grep nginx

4070 ?        00:00:00 nginx

4071 ?        00:00:00 nginx

4072 ?        00:00:00 nginx

4073 ?        00:00:00 nginx

4074 ?        00:00:00 nginx

4075 ?        00:00:00 nginx

4076 ?        00:00:00 nginx

4077 ?        00:00:00 nginx

4078 ?        00:00:00 nginx

4079 ?        00:00:00 nginx

五,开机启动

nano /etc/rc.local

ulimit -SHn 65535

/usr/local/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -C 5 -f /usr/bin/php-cgi

/usr/local/nginx/sbin/nginx

41b813d0aacdc59f924220ace93d6ee8.png

nginx fastcgi0b1331709591d260c1c78e86d0c51c18.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值