MCPcopy Create free account
hub / github.com/apache/httpd / ap_open_htaccess

Function ap_open_htaccess

server/config.c:1986–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984}
1985
1986apr_status_t ap_open_htaccess(request_rec *r, const char *dir_name,
1987 const char *access_name,
1988 ap_configfile_t **conffile,
1989 const char **full_name)
1990{
1991 *full_name = ap_make_full_path(r->pool, dir_name, access_name);
1992 return ap_pcfg_openfile(conffile, r->pool, *full_name);
1993}
1994
1995AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result,
1996 request_rec *r, int override,

Callers

nothing calls this directly

Calls 1

ap_make_full_pathFunction · 0.85

Tested by

no test coverage detected