Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ is_scriptaliased
Function
is_scriptaliased
modules/generators/mod_cgi.c:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
*/
73
74
static int is_scriptaliased(request_rec *r)
75
{
76
const char *t = apr_table_get(r->notes,
"alias-forced-type"
);
77
return t && (!strcasecmp(t,
"cgi-script"
));
78
}
79
80
/* Configuration stuff */
81
Callers
1
cgi_handler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected