Actions
Bug #1856
closedLighttpd always sends SIGTERM to FCGI-Processes
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.
Updated by medic almost 16 years ago
- Target version changed from 1.4.19 to 1.4.21
Updated by stbuehler over 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