Lines Matching defs:restart
701 * functions to initiate shutdown or restart without relying on signals.
702 * Previously this was initiated in sig_term() and restart() signal handlers,
703 * but we want to be able to start a shutdown/restart from other sources --
711 * to determine whether to shutdown or restart. The child process should
732 /* do a graceful restart if graceful == 1 */
749 static void restart(int sig)
808 sa.sa_handler = restart;
827 apr_signal(SIGHUP, restart);
830 apr_signal(AP_SIG_GRACEFUL, restart);
2138 /* XXX For ungraceful termination/restart, we definitely don't want to
2201 * restart, we are bound to get an error on some systems (e.g.,
3220 /* we've been told to restart */
3238 " received. Doing graceful restart");
3263 "SIGHUP received. Attempting to restart");
3541 /* you cannot change ServerLimit across a restart; ignore
3551 "not allowed during restart",
3585 /* you cannot change ThreadLimit across a restart; ignore
3595 "not allowed during restart",