Hello!
On Tue, Oct 23, 2012 at 7:44 PM, 朱茂海 wrote:
> nginx日志里出现wrong ident 8003 response for my.xxxx.com, expect 43073,是什么原因?
>
这个是 nginx DNS 解析器收到了误入歧途的来自 DNS 名字服务器的过期的 UDP 包。这个消息一般是无害的。
如果你看到很多这样的消息,可能意味着你的 resolver_timeout 设置的 UDP 重传超时过短了,可以适当调大。这个超时设置默认是 30 秒:
http://wiki.nginx.org/HttpCoreModule#resolver_timeout
Regards,
-agentzh