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

Function register_hooks

modules/aaa/mod_authz_owner.c:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168};
169
170static void register_hooks(apr_pool_t *p)
171{
172 APR_REGISTER_OPTIONAL_FN(authz_owner_get_file_group);
173
174 ap_register_auth_provider(p, AUTHZ_PROVIDER_GROUP, "file-owner",
175 AUTHZ_PROVIDER_VERSION,
176 &authz_fileowner_provider,
177 AP_AUTH_INTERNAL_PER_CONF);
178}
179
180AP_DECLARE_MODULE(authz_owner) =
181{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected