Project

General

Profile

[Solved] how to resolve this warning "initial read timeout"?

Added by duteng612 over 9 years ago

The lighttpd.log.wf like this:
[10-17 11:52:51] (server.c.721): (warning) (initial read timeout) [113.83.***.***]

This is my lighttpd conf:
server.max-keep-alive-requests = 100
server.max-keep-alive-idle = 0
server.max-worker = 3
server.max-read-idle = 120
server.max-write-idle = 360
server.read-timeout = 300
server.write-timeout = 240
server.max-connection-idle = 60


Replies (2)

RE: how to resolve this warning "initial read timeout"? - Added by nitrox over 9 years ago

Don´t expect any support as long as you use max-worker setting!

RE: [Solved] how to resolve this warning "initial read timeout"? - Added by gstrauss about 7 years ago

That warning trace appears to have been removed in newer versions of lighttpd unless debug.log-timeouts or debug.log-request-handling are set to "enable"

    (1-2/2)