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

/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c1165 ap_rxplus_t *fcgi_backend_regex; local
1172 fcgi_backend_regex = ap_rxplus_compile(cmd->pool, FCGI_BACKEND_REGEX_STR);
1173 if (!fcgi_backend_regex) {
1218 rc = ap_rxplus_exec(cmd->pool, fcgi_backend_regex, argv[ca], NULL);
1219 if (!rc || ap_rxplus_nmatch(fcgi_backend_regex) != 3) {
1227 host = ap_rxplus_pmatch(cmd->pool, fcgi_backend_regex, 1);
1233 port = atoi(ap_rxplus_pmatch(cmd->pool, fcgi_backend_regex, 2));

Completed in 20 milliseconds