Project

General

Profile

Actions

Bug #2482

closed

server.tag is not added to http headers on error pages (500, 503)

Added by gosi almost 12 years ago. Updated almost 12 years ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

While lighttpd adds the set server.tag from lighttpd.conf to every single page it serves.
It seems that on some error pages (confirmed with 500 and 503) it leaves the header untouched.

Possibly this only happens, if the usual backend (in my case PHP) does get overloaded,
and that causes the 500 or 503 errors.

Thanks for looking into this!

kind regards,
Daniel

Actions #1

Updated by stbuehler almost 12 years ago

  • Status changed from New to Invalid

lighttpd never "touches" the Server: header, it only sets if it nobody else did.

Also missing all the details: how did you test (use curl!), example response with headers, ...

Actions

Also available in: Atom