Add new directive LuaAuthzProvider to allow implementing an

authorization provider in lua


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2012-06-16 22:51:19 +00:00
parent 2385ef2c2f
commit 99d37b2e33
6 changed files with 236 additions and 3 deletions

View File

@ -127,6 +127,8 @@ typedef struct
/* value of the LuaRoot directive */
const char *root_path;
apr_hash_t *authz_providers;
} ap_lua_server_cfg;
typedef struct