Apache2
|
Macros | |
#define | AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtTSMh?X" |
Functions | |
int | ap_signal_server (int *status, apr_pool_t *pool) |
#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtTSMh?X" |
AP_SERVER_BASEARGS is the command argument list parsed by http_main.c in apr_getopt() format. Use this for default'ing args that the MPM can safely ignore and pass on from its rewrite_args() handler.
int ap_signal_server | ( | int * | status, |
apr_pool_t * | pool | ||
) |
An optional function to send signal to server on presence of '-k' command line argument.
status | The exit status after sending signal |
pool | Memory pool to allocate from |
|
extern |
run mode (normal, config test, config dump, ...)
|
extern |
Available integer for using the -T switch
|
extern |
state of the server (startup, exiting, ...)
|
extern |
global pool, for access prior to creation of server_rec
|
extern |
run mode (normal, config test, config dump, ...)
|
extern |
The global server's DefaultRuntimeDir This is not usable directly in the general case; use ap_runtime_dir_relative() instead.
|
extern |
The name of the Apache executable
|
extern |
The global server's server_rec
|
extern |
An array of all -D defines on the command line. This allows users to effect the server based on command line options. A module which adds to this array must allocate the new element value from same pool as the array (->pool in the array header).
|
extern |
An array of all -c directives. These are processed after the server's config file
|
extern |
An array of all -C directives. These are processed before the server's config file
|
extern |
The global server's ServerRoot