Searched refs:htaccess_conf (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Drequest.c970 ap_conf_vector_t *htaccess_conf = NULL; local
980 res = ap_parse_htaccess(&htaccess_conf, r, opts.override,
988 if (!htaccess_conf) {
996 core_opts_merge(htaccess_conf, &opts);
1004 if (last_walk->matched == htaccess_conf) {
1023 htaccess_conf);
1026 now_merged = htaccess_conf;
1030 last_walk->matched = htaccess_conf;

Completed in 1090 milliseconds