Searched defs:handlers (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_allowhandlers.c29 apr_table_t *handlers; member in struct:__anon52
58 if (conf->handlers && apr_table_get(conf->handlers, handler_name))
98 if (conf->handlers)
99 apr_table_clear(conf->handlers);
115 if (!conf->handlers)
116 conf->handlers = apr_table_make(cmd->pool, 4);
117 apr_table_setn(conf->handlers, argv[i], "1");
130 "only allow specific handlers (use 'not' to negate)"),

Completed in 221 milliseconds