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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:51:05
Original
1226 people have browsed it

系统日志不停报:

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

同时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: "*"
Copy after login
Copy after login

nginx配置:

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

系统环境:
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
Copy after login
Copy after login

同时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: "*"
Copy after login
Copy after login

nginx配置:

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

系统环境:
nginx:0.8.54
PHP:5.2.17

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

Related labels:
php
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template