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,
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