Lines Matching refs:SIGHUP
143 * which is a pretty nice debugging environment. (You'll get a SIGHUP
147 * SIGHUP to the process group, ignoring it in the root process.
227 apr_signal(SIGHUP, SIG_IGN);
390 /* restart() is the signal handler for SIGHUP and AP_SIG_GRACEFUL
452 sigaddset(&sa.sa_mask, SIGHUP);
455 if (sigaction(SIGHUP, &sa, NULL) < 0)
456 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(00153) "sigaction(SIGHUP)");
470 #ifdef SIGHUP
471 apr_signal(SIGHUP, restart);
472 #endif /* SIGHUP */
764 apr_signal(SIGHUP, sig_term);
823 apr_signal(SIGHUP, just_die);
1231 apr_signal(SIGHUP, SIG_IGN);
1275 if (ap_unixd_killpg(getpgrp(), SIGHUP) < 0) {
1276 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(00172) "killpg SIGHUP");
1281 "SIGHUP received. Attempting to restart");