Project

General

Profile

Actions

Feature #1366

closed

Write timeout error message should include the client IP address

Added by jrabbit over 16 years ago. Updated over 7 years ago.

Status:
Obsolete
Priority:
Normal
Category:
core
Target version:
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
Actions #1

Updated by gstrauss over 7 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 #2

Updated by gstrauss over 7 years ago

  • Status changed from New to Obsolete
Actions

Also available in: Atom