System logs are not reported: {code ...} at the same time, the nginx Log also reports an error: {code ...} nginx configuration: {code ...} system Environment: nginx: 0.8.54PHP: 5.2.17 system logs are not reported:
Dec 21 18:54:09 CentOS5 kernel: php-cgi[6529]: segfault at 000000000839d518 rip 0000000000701ccc rsp 00007ffffd940830 error 4
At the same time, nginx logs also report errors:
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 Configuration:
upstream default-cgi { server 127.0.0.1:9000; server 127.0.0.1:9001; server 127.0.0.1:9002; }
System Environment:
Nginx: 0.8.54
PHP: 5.2.17
Reply content:
System logs do not stop reporting:
Dec 21 18:54:09 CentOS5 kernel: php-cgi[6529]: segfault at 000000000839d518 rip 0000000000701ccc rsp 00007ffffd940830 error 4
At the same time, nginx logs also report errors:
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 Configuration:
upstream default-cgi { server 127.0.0.1:9000; server 127.0.0.1:9001; server 127.0.0.1:9002; }
System Environment:
Nginx: 0.8.54
PHP: 5.2.17
Someone has encountered a similar problem: http://bbs.chinaunix.net/thread-21100...