35module AP_MODULE_DECLARE_DATA env_module;
105 "PassEnv variable %s was undefined",
arg);
122 "Spurious usage of '=' in an environment variable name. "
123 "'%s %s %s' expected instead?",
cmd->cmd->name,
env,
plast);
152 OR_FILEINFO,
"a list of environment variables to pass to CGI."),
154 OR_FILEINFO,
"an environment variable name and optional value to pass to CGI."),
156 OR_FILEINFO,
"a list of variables to remove from the CGI environment."),
Symbol export macros and hook functions.
#define ap_get_module_config(v, m)
#define AP_DECLARE_MODULE(foo)
#define AP_INIT_ITERATE(directive, func, mconfig, where, help)
#define AP_INIT_TAKE12(directive, func, mconfig, where, help)
void ap_hook_fixups(ap_HOOK_fixups_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder)
apr_pool_t apr_dbd_t apr_dbd_results_t ** res
#define STANDARD20_MODULE_STUFF
#define ap_strchr_c(s, c)
char const *const char const *const ** env
const apr_array_header_t * arr
static void * create_env_dir_config(apr_pool_t *p, char *dummy)
static const char * add_env_module_vars_unset(cmd_parms *cmd, void *sconf_, const char *arg)
static int fixup_env_module(request_rec *r)
static const char * add_env_module_vars_passed(cmd_parms *cmd, void *sconf_, const char *arg)
static const command_rec env_module_cmds[]
static void * merge_env_dir_configs(apr_pool_t *p, void *basev, void *addv)
static void register_hooks(apr_pool_t *p)
static const char * add_env_module_vars_set(cmd_parms *cmd, void *sconf_, const char *name, const char *value)
A structure that represents the current request.
apr_table_t * subprocess_env
struct ap_conf_vector_t * per_dir_config