Re: SIGHUP and ngx_module_t

2014-10-28 Thread Maxim Dounin
Hello! On Tue, Oct 28, 2014 at 08:30:15AM +0200, Donatas Abraitis wrote: > Hello, > > is it true, that SIGHUP is not handled by ngx_module_t /* exit process */ ? > > I mean if I have these defined: > > ngx_http_modsecurity_terminate, /* exit process */ > ngx_http_modsecurity_terminate,

SIGHUP and ngx_module_t

2014-10-27 Thread Donatas Abraitis
Hello, is it true, that SIGHUP is not handled by ngx_module_t /* exit process */ ? I mean if I have these defined: ngx_http_modsecurity_terminate, /* exit process */ ngx_http_modsecurity_terminate, /* exit master */ So, sending SIGHUP to the master it doesn't call the ngx_http_modsecuri