- 积分
- 24
- 威望
-
- 金钱
-
- 注册时间
- 2012-6-7
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
新装的lnmp1.0,php升级到了5.5.4,,nginx增加了2个模块(mp4和flv),昨天开始一直报502。。
- [root@bcsytv ~]# php -v
- Zend Guard Loader requires Zend Engine API version 220090626.
- The Zend Engine API version 220121212 which is installed, is newer.
- Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Guard Loader.
- PHP 5.5.4 (cli) (built: Oct 14 2013 13:38:50)
- Copyright (c) 1997-2013 The PHP Group
- Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
- with XCache v3.1.0, Copyright (c) 2005-2013, by mOo
- with XCache Optimizer v3.1.0, Copyright (c) 2005-2013, by mOo
- with XCache Cacher v3.1.0, Copyright (c) 2005-2013, by mOo
- with XCache Coverager v3.1.0, Copyright (c) 2005-2013, by mOo
复制代码
- [root@bcsytv ~]# nginx -V
- nginx version: nginx/1.4.3
- built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
- TLS SNI support enabled
- configure arguments: --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-http_mp4_module --with-http_flv_module
复制代码
之前已经看了军哥你发的502解决方法。
pm.max_children = 120(改为了120)
max_execution_time 改为300了
日志在附件里,求军哥指导! |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|