summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-03-02 13:49:08 +0000
committerJan Kneschke <jan@kneschke.de>2005-03-02 13:49:08 +0000
commit08b6c5deea0a559c12686462c6cc3b1a072c29e0 (patch)
tree2af2c154e1005b7c9c5b91e61ca6ed498db10872 /ChangeLog
parent5bb78266fa2470b1264222e6c2fbe2ecfa5e1481 (diff)
downloadlighttpd-git-08b6c5deea0a559c12686462c6cc3b1a072c29e0.tar.gz
fixed handling of dead fastcgi processes if deamonized
fixed handling of dead fastcgi process which sent their SIGCLD to initd and not to lighttpd. Moving the daemonize before starting the fastcgi procs fixes this. git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@74 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5951e18c..fdff92cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,13 @@ Feature Requests:
- same config option twice -> aaa, aaa
- remove default port from Host:
+02.03.2005 14:47 - 1.3.12
+- mod_fastcgi
+
+ fixed handling of dead fastcgi process which sent their SIGCLD to
+ initd and not to lighttpd. Moving the daemonize before starting
+ the fastcgi procs fixes this.
+
01.03.2005 23:59
- irix