#include "apr_optional.h"Include dependency graph for http_main.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Command |
Defines | |
| #define | AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtSh?X" |
Functions | |
| APR_DECLARE_OPTIONAL_FN (int, ap_signal_server,(int *, apr_pool_t *)) | |
Variables | |
| AP_DECLARE_DATA const char * | ap_server_argv0 |
| AP_DECLARE_DATA const char * | ap_server_root |
| AP_DECLARE_DATA apr_array_header_t * | ap_server_pre_read_config |
| AP_DECLARE_DATA apr_array_header_t * | ap_server_post_read_config |
| AP_DECLARE_DATA apr_array_header_t * | ap_server_config_defines |
|
|
Definition at line 26 of file http_main.h. Referenced by main(), and netware_rewrite_args(). |
|
||||||||||||||||
|
|
|
|
The name of the Apache executable Definition at line 57 of file config.c. Referenced by AP_DECLARE(), ap_get_local_host(), main(), open_error_log(), os_fork(), and process_resource_config_nofnmatch(). |
|
|
An array of all -D defines on the command line. This allows people to effect the server based on command line options Definition at line 63 of file config.c. Referenced by main(). |
|
|
An array of all -c directives. These are processed after the server's config file Definition at line 62 of file config.c. Referenced by AP_DECLARE(), and main(). |
|
|
An array of all -C directives. These are processed before the server's config file Definition at line 61 of file config.c. Referenced by AP_DECLARE(), and main(). |
|
|
The global server's ServerRoot Definition at line 59 of file config.c. Referenced by AP_DECLARE(), beos_pre_config(), display_info(), leader_pre_config(), main(), perchild_pre_config(), prefork_pre_config(), set_server_root(), and worker_pre_config(). |