Project

General

Profile

Actions

Bug #1856

closed

Lighttpd always sends SIGTERM to FCGI-Processes

Added by medic over 15 years ago. Updated about 15 years ago.

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

Description

Not depending on how lighttpd is signaled, it is always sending SIGTERM.
This is a big tragedy, because if one issues "RELOAD", the fcgi-handlers are killed (SIGTERM), but not respawned anymore.

Trapping SIGTERM and not killing the FCGI-Handlers isn't really an option, because one will detach FCGI processes from the lighttpd webserver, so an automated webserver-restart in case of error will not terminate the fcgi-children.

Actions #1

Updated by medic over 15 years ago

  • Target version changed from 1.4.19 to 1.4.21
Actions #2

Updated by icy about 15 years ago

  • Target version changed from 1.4.21 to 1.4.22
Actions #3

Updated by stbuehler about 15 years ago

  • Status changed from New to Invalid

See "kill-signal" in Docs:ModFastCGI; and lighty only forwards SIGHUP to all procs in the same process group (as SIGHUP).

Actions

Also available in: Atom