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

Function post_config

modules/proxy/mod_proxy_express.c:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static int post_config(apr_pool_t *p,
103 apr_pool_t *plog,
104 apr_pool_t *ptemp,
105 server_rec *s)
106{
107 proxy_available = (ap_find_linked_module("mod_proxy.c") != NULL);
108 return OK;
109}
110
111
112static int xlate_name(request_rec *r)

Callers

nothing calls this directly

Calls 1

ap_find_linked_moduleFunction · 0.85

Tested by

no test coverage detected