<div dir="ltr">Hello,<div><br></div><div>is it true, that SIGHUP is not handled by ngx_module_t /* exit process */ ?</div><div><br></div><div>I mean if I have these defined:</div><div><br></div><div><div>    ngx_http_modsecurity_terminate, /* exit process */</div><div>    ngx_http_modsecurity_terminate, /* exit master */</div><div><br></div><div>So, sending SIGHUP to the master it doesn't call the ngx_http_modsecurity_terminate(). If sending SIGTERM it does. How is it for real?</div><div><br></div><div><div>If I send SIGHUP to the parent I get only:</div><div>  Program received signal SIGHUP, Hangup.</div><div><br></div><div>If I send SIGTERM to the parent I get what I'm expected to get to SIGHUP as well:</div><div><br></div><div>#0  modsecTerminate () at api.c:237</div><div>No locals.</div></div><div><br></div>-- <br>Donatas<br>
</div></div>