Actions
Feature #1366
closedWrite timeout error message should include the client IP address
ASK QUESTIONS IN Forums:
Description
When responding to a rquest exceeds server.max-write-idle, an error message is logged but it does not indicate the client address. Therefore when multiple such messages are logged its hard to tell if it is just one slow client of a general problem. The Current message is:
2007-09-17 01:54:43: (/root/build/lighttpd-svn/trunk/src/server.c.737) NOTE: a request for <filename> timed out after writing 150380 bytes. We waited 600 seconds. If this a problem increase server.max-write-idle
It would be more useful to have:
2007-09-17 01:54:43: (/root/build/lighttpd-svn/trunk/src/server.c.737) NOTE: a request for <filename> from <ip> timed out after writing 150380 bytes. We waited 600 seconds. If this a problem increase server.max-write-idle
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Assignee deleted (
jan) - Missing in 1.5.x set to Yes
lighttpd 1.4.40 logs the remote IP address in write timeout error message.
Actions
Also available in: Atom