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

/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c40 const char *pathinfo_type = NULL; local
92 if (NULL != (pathinfo_type = apr_table_get(r->subprocess_env, "proxy-fcgi-pathinfo"))) {
94 if (!strcasecmp(pathinfo_type, "full")) {
98 else if (!strcasecmp(pathinfo_type, "first-dot")) {
109 else if (!strcasecmp(pathinfo_type, "last-dot")) {
125 if (!strcasecmp(pathinfo_type, "unescape")) {

Completed in 798 milliseconds