Re: Upgrading Nginx executable on the fly

2018-01-07 Thread Zhang Chao
> We have been trying to upgrade the Nginx binary on the fly by invoking USR2 > signal to spawn a new set of master and worker processes with the new > configuration. The question I have is when this new master process is > spawned, after issuing USR2 signal to the existing or the old master > proc

Upgrading Nginx executable on the fly

2018-01-07 Thread shivramg94
Hi, We have been trying to upgrade the Nginx binary on the fly by invoking USR2 signal to spawn a new set of master and worker processes with the new configuration. The question I have is when this new master process is spawned, after issuing USR2 signal to the existing or the old master process,

Re: Where can I find nginScript shell

2018-01-07 Thread kimown
I find the associated code, thanks for your help, but I'm not familiar with how to building the nginScript shell, I think it's better add instruction in README.Also, nginScript is really really awesome. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278033,278035#msg-278035 __