| 1767 |
"removed PID file %s (pid=%" APR_PID_T_FMT ")", |
"removed PID file %s (pid=%" APR_PID_T_FMT ")", |
| 1768 |
pidfile, getpid()); |
pidfile, getpid()); |
| 1769 |
|
|
| 1770 |
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, |
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, ap_server_conf, |
| 1771 |
ap_server_conf, "caught SIGTERM, shutting down"); |
"caught " AP_SIG_GRACEFUL_STOP_STRING |
| 1772 |
|
", shutting down gracefully"); |
| 1773 |
|
} |
| 1774 |
|
|
| 1775 |
|
if (ap_graceful_shutdown_timeout) { |
| 1776 |
|
cutoff = apr_time_now() + |
| 1777 |
|
apr_time_from_sec(ap_graceful_shutdown_timeout); |
| 1778 |
} |
} |
| 1779 |
|
|
| 1780 |
/* Don't really exit until each child has finished */ |
/* Don't really exit until each child has finished */ |