Changeset 74 for trunk/ChangeLog

Show
Ignore:
Timestamp:
03/02/2005 01:49:08 PM (3 years ago)
Author:
jan
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r70 r74  
    3838- same config option twice -> aaa, aaa 
    3939- remove default port from Host: 
     40 
     4102.03.2005 14:47 - 1.3.12 
     42- mod_fastcgi 
     43 
     44  fixed handling of dead fastcgi process which sent their SIGCLD to 
     45  initd and not to lighttpd. Moving the daemonize before starting 
     46  the fastcgi procs fixes this. 
    4047 
    414801.03.2005 23:59