MCPcopy Create free account
hub / github.com/apache/httpd / ap_add_per_proxy_conf

Function ap_add_per_proxy_conf

modules/proxy/mod_proxy.c:2812–2819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2810}
2811
2812static void ap_add_per_proxy_conf(server_rec *s, ap_conf_vector_t *dir_config)
2813{
2814 proxy_server_conf *sconf = ap_get_module_config(s->module_config,
2815 &proxy_module);
2816 void **new_space = (void **)apr_array_push(sconf->sec_proxy);
2817
2818 *new_space = dir_config;
2819}
2820
2821static const char *proxysection(cmd_parms *cmd, void *mconfig, const char *arg)
2822{

Callers 1

proxysectionFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected