[Apache]
Package Name: Command line options
Global Variables
-
AP_DECLARE_DATA extern const char *ap_server_argv0;
-
The name of the Apache executable
-
AP_DECLARE_DATA extern apr_array_header_t *ap_server_config_defines;
-
An array of all -D defines on the command line. This allows people to
effect the server based on command line options
-
AP_DECLARE_DATA extern apr_array_header_t *ap_server_post_read_config;
-
An array of all -c directives. These are processed after the server's
config file
-
AP_DECLARE_DATA extern apr_array_header_t *ap_server_pre_read_config;
-
An array of all -C directives. These are processed before the server's
config file
-
AP_DECLARE_DATA extern const char *ap_server_root;
-
The global server's ServerRoot
© 2000 [Apache Software Foundation]
Generated by ScanDoc 0.14
Last Updated: Fri Apr 14 12:43:20 2006