Hello!
On Mon, May 6, 2013 at 12:07 AM, 南非蜘蛛 wrote:
z> 11 (core dumped)
> 2013/05/06 14:59:17 [notice] 23223#0: start worker process 20741
> 2013/05/06 14:59:17 [notice] 23223#0: signal 29 (SIGIO) received
> 2013/05/06 14:59:21 [alert] 18963#0: *147874 http request count is zero
> while closing request, client: 118.195.65.91, server: 0.0.0.0:80
> 2013/05/06 14:59:21 [alert] 18963#0: *147864 http request count is zero
> while closing request, client: 118.195.65.91, server: 0.0.0.0:80
>
多谢报告!
你能提供问题请求对应的 nginx 调试日志吗?看到你已经在编译 openresty 时启用了 --with-debug
选项,所以你再配置一下“error_log logs/error.log debug; ”就可以得到 debug 级别的调试日志了。
另外,如果你能提供一个可以复现此问题的最小化的例子以及复现步骤,对于定位这里的问题就会更有帮助了 :)
Best regards,
-agentzh