Home >Backend Development >PHP Tutorial >php不停报错segfault,求高手帮忙

php不停报错segfault,求高手帮忙

WBOY
WBOYOriginal
2016-06-06 20:51:051214browse

系统日志不停报:

Dec 21 18:54:09 CentOS5 kernel: php-cgi[6529]: segfault at 000000000839d518 rip 0000000000701ccc rsp 00007ffffd940830 error 4

同时nginx日志也有报错:

2012/12/21 19:10:59 [error] 25101#0: *145523930 access forbidden by rule, client: 61.155.58.254, server:*, request: "GET /*.php?* HTTP/1.1", host: "*", referrer: "*"

nginx配置:

upstream default-cgi {
                        server 127.0.0.1:9000;
                        server 127.0.0.1:9001;
                        server 127.0.0.1:9002;
                }

系统环境:
nginx:0.8.54
PHP:5.2.17

回复内容:

系统日志不停报:

Dec 21 18:54:09 CentOS5 kernel: php-cgi[6529]: segfault at 000000000839d518 rip 0000000000701ccc rsp 00007ffffd940830 error 4

同时nginx日志也有报错:

2012/12/21 19:10:59 [error] 25101#0: *145523930 access forbidden by rule, client: 61.155.58.254, server:*, request: "GET /*.php?* HTTP/1.1", host: "*", referrer: "*"

nginx配置:

upstream default-cgi {
                        server 127.0.0.1:9000;
                        server 127.0.0.1:9001;
                        server 127.0.0.1:9002;
                }

系统环境:
nginx:0.8.54
PHP:5.2.17

有人也遇到了相似的问题:http://bbs.chinaunix.net/thread-21100...

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn