|
Apache HTTPD
|
Macros | |
| #define | AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtTSMh?X" |
Typedefs | |
| typedef int() | apr_OFN_ap_signal_server_t(int *status, apr_pool_t *pool) |
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.
Definition at line 36 of file http_main.h.
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 |
Definition at line 81 of file http_main.h.
|
extern |
|
extern |
|
extern |
|
extern |
global pool, for access prior to creation of server_rec
|
extern |
The global server's DefaultRuntimeDir This is not usable directly in the general case; use ap_runtime_dir_relative() instead.
|
extern |
The global server's server_rec
|
extern |
|
extern |
|
extern |