Apache2
|
#include <http_config.h>
Data Fields | |
void * | info |
int | override |
int | override_opts |
apr_table_t * | override_list |
ap_method_mask_t | limited |
apr_array_header_t * | limited_xmethods |
ap_method_list_t * | xlimited |
ap_configfile_t * | config_file |
ap_directive_t * | directive |
apr_pool_t * | pool |
apr_pool_t * | temp_pool |
server_rec * | server |
char * | path |
const command_rec * | cmd |
struct ap_conf_vector_t * | context |
const ap_directive_t * | err_directive |
ap_directive_t * | parent |
ap_regex_t * | regex |
This structure is passed to a command which is being invoked, to carry a large variety of miscellaneous data which is all of use to somebody...
const command_rec* cmd_parms_struct::cmd |
configuration command
ap_configfile_t* cmd_parms_struct::config_file |
Config file structure.
struct ap_conf_vector_t* cmd_parms_struct::context |
per_dir_config vector passed to handle_command
ap_directive_t* cmd_parms_struct::directive |
the directive specifying this command
const ap_directive_t* cmd_parms_struct::err_directive |
directive with syntax error
void* cmd_parms_struct::info |
Argument to command from cmd_table
ap_method_mask_t cmd_parms_struct::limited |
Which methods are <Limit>ed
apr_array_header_t* cmd_parms_struct::limited_xmethods |
methods which are limited
int cmd_parms_struct::override |
Which allow-override bits are set
apr_table_t* cmd_parms_struct::override_list |
Table of directives allowed per AllowOverrideList
int cmd_parms_struct::override_opts |
Which allow-override-opts bits are set
ap_directive_t* cmd_parms_struct::parent |
If the current directive is EXEC_ON_READ, this is the last (non-EXEC_ON_READ) enclosing directive
char* cmd_parms_struct::path |
If configuring for a directory, pathname of that directory. If the pathname is a regex, regex will be non-NULL below. If path is NULL, the directive is being called from a server context.
apr_pool_t* cmd_parms_struct::pool |
Pool to allocate new storage in
ap_regex_t* cmd_parms_struct::regex |
If the path is a regex, compiled regex will be not NULL.
server_rec* cmd_parms_struct::server |
Server_rec being configured for
apr_pool_t* cmd_parms_struct::temp_pool |
Pool for scratch memory; persists during configuration, but wiped before the first request is served...
ap_method_list_t* cmd_parms_struct::xlimited |
methods which are xlimited