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

Function ap_allow_overrides

server/core.c:779–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779AP_DECLARE(int) ap_allow_overrides(request_rec *r)
780{
781 core_dir_config *conf;
782 conf = (core_dir_config *)ap_get_core_module_config(r->per_dir_config);
783
784 return conf->override;
785}
786
787/*
788 * Optional function coming from mod_authn_core, used for

Callers 2

lua_ap_allowoverridesFunction · 0.85
http_core.hFile · 0.85

Calls 1

Tested by

no test coverage detected