#include "ap_config.h"#include "mpm.h"Go to the source code of this file.
| #define | DEFAULT_LISTENBACKLOG 511 |
| #define | AP_SIG_GRACEFUL SIGUSR1 |
| #define | AP_SIG_GRACEFUL_SHORT USR1 |
| #define | AP_SIG_GRACEFUL_STRING "SIGUSR1" |
| #define | AP_SIG_GRACEFUL_STOP SIGWINCH |
| #define | AP_SIG_GRACEFUL_STOP_SHORT WINCH |
| #define | AP_SIG_GRACEFUL_STOP_STRING "SIGWINCH" |
| #define | ap_sock_disable_nagle(s) |
| #define | AP_MPM_HARD_LIMITS_FILE APACHE_MPM_DIR "/mpm_default.h" |
|
|
Definition at line 217 of file mpm_common.h. Referenced by set_thread_limit(). |
|
|
Definition at line 65 of file mpm_common.h. Referenced by ap_mpm_run(), make_child(), restart(), and set_signals(). |
|
|
Definition at line 68 of file mpm_common.h. |
|
|
Definition at line 74 of file mpm_common.h. Referenced by set_signals(), and sig_term(). |
|
|
Definition at line 77 of file mpm_common.h. |
|
|
Definition at line 80 of file mpm_common.h. Referenced by ap_mpm_run(), and set_signals(). |
|
|
Definition at line 71 of file mpm_common.h. Referenced by ap_mpm_run(), and set_signals(). |
|
|
Log why a child died to the error log, if the child died without the parent signalling it.
Definition at line 194 of file mpm_common.h. Referenced by make_sock(). |
|
|
Definition at line 61 of file mpm_common.h. Referenced by AP_DECLARE(). |