3 messages in ru.sysoev.nginxRe: Child Processes are shutting down...
FromSent OnAttachments
Curtis SpencerMar 29, 2007 6:38 pm 
Igor SysoevMar 29, 2007 10:16 pm 
Curtis SpencerMar 29, 2007 11:02 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Child Processes are shutting down unexpectedlyActions...
From:Curtis Spencer (thor@public.gmane.org)
Date:Mar 29, 2007 11:02:38 pm
List:ru.sysoev.nginx

On Mar 29, 2007, at 10:17 PM, Igor Sysoev wrote:

Some script in your system sends periodically the SIGWINCH signal to the master process. This signal says nginx to stop accepting connections.

Ah, I figured it out what it is. SIGWINCH: signal is delivered to process when its terminal size changes. I am running nginx not in daemon mode inside a screen. When I resize the screen window then the children die. I will try just running it in daemon without screen. Just responding so that people encountering the same problem may find out what it is.