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

Function ap_proxy_http_register_hook

modules/proxy/mod_proxy_http.c:2127–2133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2125}
2126
2127static void ap_proxy_http_register_hook(apr_pool_t *p)
2128{
2129 ap_hook_post_config(proxy_http_post_config, NULL, NULL, APR_HOOK_MIDDLE);
2130 proxy_hook_scheme_handler(proxy_http_handler, NULL, NULL, APR_HOOK_FIRST);
2131 proxy_hook_canon_handler(proxy_http_canon, NULL, NULL, APR_HOOK_FIRST);
2132 warn_rx = ap_pregcomp(p, "[0-9]{3}[ \t]+[^ \t]+[ \t]+\"[^\"]*\"([ \t]+\"([^\"]+)\")?", 0);
2133}
2134
2135AP_DECLARE_MODULE(proxy_http) = {
2136 STANDARD20_MODULE_STUFF,

Callers

nothing calls this directly

Calls 1

ap_pregcompFunction · 0.85

Tested by

no test coverage detected