| 364 | } |
| 365 | |
| 366 | AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_per_dir_config(apr_pool_t *p) |
| 367 | { |
| 368 | return create_empty_config(p); |
| 369 | } |
| 370 | |
| 371 | /* Invoke the filter_init_func for all filters with FILTERS where f->r |
| 372 | * matches R. Restricting to a matching R avoids re-running init |
no test coverage detected