Command line options
[Apache Core]


マクロ定義

#define AP_SERVER_BASEARGS   "C:c:D:d:E:e:f:vVlLtSMh?X"

関数

 APR_DECLARE_OPTIONAL_FN (int, ap_signal_server,(int *, apr_pool_t *))

変数

AP_DECLARE_DATA const char * ap_server_argv0
AP_DECLARE_DATA const char * ap_server_root
AP_DECLARE_DATA apr_array_header_tap_server_pre_read_config
AP_DECLARE_DATA apr_array_header_tap_server_post_read_config
AP_DECLARE_DATA apr_array_header_tap_server_config_defines

マクロ定義

#define AP_SERVER_BASEARGS   "C:c:D:d:E:e:f:vVlLtSMh?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.


関数

APR_DECLARE_OPTIONAL_FN ( int  ,
ap_signal_server  ,
(int *, apr_pool_t *)   
)

An optional function to send signal to server on presence of '-k' command line argument. Called if MPM defines AP_MPM_WANT_SIGNAL_SERVER

引数:
status The exit status after sending signal
pool Memory pool to allocate from


変数

AP_DECLARE_DATA const char* ap_server_argv0

The name of the Apache executable

AP_DECLARE_DATA 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 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 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 const char* ap_server_root

The global server's ServerRoot


Apacheに対してSun Jul 19 22:05:28 2009に生成されました。  doxygen 1.4.7