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

/httpd/modules/aaa/
H A Dmod_allowhandlers.c41 const char *handler_name; local
43 handler_name = no_handler;
53 handler_name = r->handler;
58 if (conf->handlers && apr_table_get(conf->handlers, handler_name))
65 if (handler_name != no_handler) {

Completed in 249 milliseconds