Lines Matching refs:SIGHUP
34 * which is a pretty nice debugging environment. (You'll get a SIGHUP
38 * SIGHUP to the process group, ignoring it in the root process.
551 apr_signal(SIGHUP, SIG_IGN);
722 /* restart() is the signal handler for SIGHUP and AP_SIG_GRACEFUL
785 sigaddset(&sa.sa_mask, SIGHUP);
788 if (sigaction(SIGHUP, &sa, NULL) < 0)
789 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(02865) "sigaction(SIGHUP)");
803 #ifdef SIGHUP
804 apr_signal(SIGHUP, restart);
805 #endif /* SIGHUP */
1049 apr_signal(SIGHUP, sig_term);
1103 apr_signal(SIGHUP, just_die);
1440 apr_signal(SIGHUP, SIG_IGN);
1484 if (ap_unixd_killpg(getpgrp(), SIGHUP) < 0) {
1485 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(02883) "killpg SIGHUP");
1490 "SIGHUP received. Attempting to restart");