Hi, 
I've noticed in event.c file (httpd-2.4.3), that apr_signal() is called twice :
- in make_child(), in the fork child part, line 2271:  apr_signal(SIGTERM, 
just_die);
and a bit latter :
- in child_main(), line 2182:  apr_signal(SIGTERM, dummy_signal_handler);

So I was wondering, is there a reason for that ?

Thanks.
B.R.


 - Frederic NIVOR -                                                             
                  

Reply via email to