View | Details | Raw Unified | Return to bug 60189
Collapse All | Expand All

(-)a/server/mpm/event/event.c (+1 lines)
Lines 2735-2740 static int event_run(apr_pool_t * _pconf, apr_pool_t * plog, server_rec * s) Link Here
2735
2735
2736
    /* we've been told to restart */
2736
    /* we've been told to restart */
2737
    apr_signal(SIGHUP, SIG_IGN);
2737
    apr_signal(SIGHUP, SIG_IGN);
2738
    apr_signal(AP_SIG_GRACEFUL, SIG_IGN);
2738
2739
2739
    if (one_process) {
2740
    if (one_process) {
2740
        /* not worth thinking about */
2741
        /* not worth thinking about */

Return to bug 60189