atom feed12 messages in ru.sysoev.nginxRe: starting /stopping nginx
FromSent OnAttachments
Payam ChychiApr 21, 2009 9:49 am 
Nuno MagalhãesApr 21, 2009 10:27 am 
Payam ChychiApr 21, 2009 10:32 am 
Jim OhlsteinApr 21, 2009 10:43 am 
Payam ChychiApr 21, 2009 12:00 pm 
Igor SysoevApr 21, 2009 12:47 pm 
Jim OhlsteinApr 21, 2009 12:51 pm 
Igor SysoevApr 21, 2009 12:52 pm 
Jim OhlsteinApr 21, 2009 1:05 pm 
Payam ChychiApr 21, 2009 1:11 pm 
Igor SysoevApr 21, 2009 1:16 pm 
Payam ChychiApr 21, 2009 1:35 pm 
Subject:Re: starting /stopping nginx
From:Payam Chychi (pchy@gmail.com)
Date:Apr 21, 2009 1:11:22 pm
List:ru.sysoev.nginx

Hey,

I noticed that the graceful reload was not actually loading the new config changes and so ive had to use a hard down/start

kill -quit $master works

i did also notice that nginx will not start with the following in the config: pid /var/log/nginx/nginx/pid;

so ive had to remove the line from the config... so it makes sense to why i cant stop it.. the pid is not able to write to a file

-payam

2009/4/21 Igor Sysoev <is@rambler-co.ru>:

On Tue, Apr 21, 2009 at 09:50:09AM -0700, Payam Chychi wrote:

hey Guys,

Anyone else notice that in the resent *.52 release stopping/starting nginx does not restart the process? I manually have to kill -9 the master and each child...

BTW, why do you use stop/start instead of graceful reload ?