Bug#298689: Another solution

2007-06-13 Thread Stefan Fritsch
On Dienstag, 12. Juni 2007, Dietmar Maurer wrote: > The correct fix is to wait until the server really stops: Yes, I think that is what I will do in 2.2.3-4+etch1. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#298689: Another solution

2007-06-12 Thread Dietmar Maurer
The apache command 'apache -k stop' simply sends a signal to the server process, The code is a simple as: kill ($PID, SIGTERM); I verified that in the apache 2.2.4 sources. NOTE: it does not wait until the server really stops So the init.d restart code has a race condition: apa