autoindex_config_rec *d;
int allow_opts;
if (strcmp(r->handler,DIR_MAGIC_TYPE) && !AP_IS_DEFAULT_HANDLER_NAME(r->handler)) {
if(strcmp(r->handler,DIR_MAGIC_TYPE)) {
return DECLINED;
}
if (r->finfo.filetype != APR_DIR) {