LuaAuthzProvider only in global scope.
Remove unnecessary server config field.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370466 13f79535-47bb-0310-9956-
ffa450edef68
const char *function)
{
lua_authz_provider_spec *spec;
- const char *err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE);
+ const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);
if (err)
return err;
/* value of the LuaRoot directive */
const char *root_path;
-
- apr_hash_t *authz_providers;
} ap_lua_server_cfg;
typedef struct