|
Apache HTTPD
|
Macros | |
| #define | DEFAULT_THREAD_LIMIT 1920 |
| #define | MAX_THREAD_LIMIT 15000 |
| #define | DEFAULT_THREADS_PER_CHILD 64 |
| #define | HARD_SERVER_LIMIT 1 |
| #define | SERVICE_APACHE_RESTART 128 |
| #define | AP_DEFAULT_SERVICE_NAME "Apache2.4" |
| #define | SERVICECONFIG "System\\CurrentControlSet\\Services\\%s" |
| #define | SERVICEPARAMS "System\\CurrentControlSet\\Services\\%s\\Parameters" |
Enumerations | |
| enum | ap_signal_parent_e { SIGNAL_PARENT_SHUTDOWN , SIGNAL_PARENT_RESTART , SIGNAL_PARENT_RESTART_GRACEFUL } |
Variables | |
| int | ap_threads_per_child |
| DWORD | my_pid |
| apr_proc_mutex_t * | start_mutex |
| HANDLE | exit_event |
| int | winnt_mpm_state |
| OSVERSIONINFO | osver |
| DWORD | stack_res_flag |
| #define AP_DEFAULT_SERVICE_NAME "Apache2.4" |
Definition at line 36 of file mpm_winnt.h.
| #define DEFAULT_THREAD_LIMIT 1920 |
Definition at line 37 of file mpm_default.h.
| #define DEFAULT_THREADS_PER_CHILD 64 |
Definition at line 52 of file mpm_default.h.
| #define HARD_SERVER_LIMIT 1 |
Definition at line 57 of file mpm_default.h.
| #define MAX_THREAD_LIMIT 15000 |
Definition at line 45 of file mpm_default.h.
| #define SERVICE_APACHE_RESTART 128 |
Definition at line 33 of file mpm_winnt.h.
Definition at line 39 of file mpm_winnt.h.
| #define SERVICEPARAMS "System\\CurrentControlSet\\Services\\%s\\Parameters" |
Definition at line 40 of file mpm_winnt.h.
| Enumerator | |
|---|---|
| SIGNAL_PARENT_SHUTDOWN | |
| SIGNAL_PARENT_RESTART | |
| SIGNAL_PARENT_RESTART_GRACEFUL | |
Definition at line 83 of file mpm_winnt.h.
| void ap_signal_parent | ( | ap_signal_parent_e | type | ) |
| void child_main | ( | apr_pool_t * | pconf, |
| DWORD | parent_pid | ||
| ) |
| apr_status_t mpm_merge_service_args | ( | apr_pool_t * | p, |
| apr_array_header_t * | args, | ||
| int | fixed_args | ||
| ) |
| void mpm_nt_eventlog_stderr_flush | ( | void | ) |
Definition at line 119 of file nt_eventlog.c.
| void mpm_nt_eventlog_stderr_open | ( | const char * | display_name, |
| apr_pool_t * | p | ||
| ) |
| apr_status_t mpm_service_install | ( | apr_pool_t * | ptemp, |
| int | argc, | ||
| char const *const * | argv, | ||
| int | reconfig | ||
| ) |
< Open the file for reading
<
< Open the file for writing
<
< Create the file if not there
<
| apr_status_t mpm_service_set_name | ( | apr_pool_t * | p, |
| const char ** | display_name, | ||
| const char * | set_name | ||
| ) |
| apr_status_t mpm_service_start | ( | apr_pool_t * | ptemp, |
| int | argc, | ||
| char const *const * | argv | ||
| ) |
| apr_status_t mpm_service_started | ( | void | ) |
| apr_status_t mpm_service_to_start | ( | const char ** | display_name, |
| apr_pool_t * | p | ||
| ) |
| apr_status_t mpm_service_uninstall | ( | void | ) |
| void mpm_signal_service | ( | apr_pool_t * | ptemp, |
| int | signal | ||
| ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |