Searched refs:graceful (Results 1 - 6 of 6) sorted by relevance

/httpd/support/
H A Dapachectl.in32 # 7 - httpd could not be restarted during a graceful restart
80 start|stop|restart|graceful|graceful-stop)
/httpd/build/rpm/
H A Dhttpd.init143 graceful)
150 echo $"Usage: $prog {start|stop|restart|condrestart|reload|status|graceful|help|configtest}"
/httpd/server/
H A Dmpm_unix.c564 ap_podx_restart_t graceful)
569 switch (graceful) {
589 ap_podx_restart_t graceful)
591 return podx_signal_internal(pod, graceful);
595 ap_podx_restart_t graceful)
601 rv = podx_signal_internal(pod, graceful);
648 * because the MPM won't want to hold up a graceful restart for a
830 if (!strcmp(dash_k_arg, "graceful")) {
840 if (!strcmp(dash_k_arg, "graceful-stop")) {
875 !strcmp(optarg, "restart") || !strcmp(optarg, "graceful") ||
563 podx_signal_internal(ap_pod_t *pod, ap_podx_restart_t graceful) argument
594 ap_mpm_podx_killpg(ap_pod_t * pod, int num, ap_podx_restart_t graceful) argument
[all...]
/httpd/include/
H A Dmpm_common.h309 * @param graceful restart-type
312 ap_podx_restart_t graceful);
319 * @param graceful restart-type
322 ap_podx_restart_t graceful);
364 * Set the timeout period for a graceful shutdown.
/httpd/server/mpm/worker/
H A Dworker.c243 * listener thread to wake it up for graceful termination (what a child
245 * graceful"). This signal will be blocked in all threads of a child
264 * perform a non-graceful (forced) shutdown of the server. */
285 * error and starts graceful termination
325 * for graceful termination, the listener thread will notify the
486 static void ap_start_shutdown(int graceful) argument
497 retained->is_graceful = graceful;
500 /* do a graceful restart if graceful == 1 */
501 static void ap_start_restart(int graceful) argument
[all...]
/httpd/server/mpm/event/
H A Devent.c430 * listener thread to wake it up for graceful termination (what a child
432 * graceful"). This signal will be blocked in all threads of a child
438 * perform a non-graceful (forced) shutdown of the server.
490 * error and starts graceful termination
530 * for graceful termination, the listener thread will notify the
718 static void ap_start_shutdown(int graceful) argument
729 retained->is_graceful = graceful;
732 /* do a graceful restart if graceful == 1 */
733 static void ap_start_restart(int graceful) argument
[all...]

Completed in 1910 milliseconds