Lines Matching defs:cgi
81 return t && (!strcasecmp(t, "cgi-script"));
186 /* "%% [Wed Jun 19 10:53:21 1996] GET /cgi-bin/printenv HTTP/1.0" */
190 /* "%% 500 /usr/local/apache/cgi-bin */
251 /* "%% [Wed Jun 19 10:53:21 1996] GET /cgi-bin/printenv HTTP/1.0" */
255 /* "%% 500 /usr/local/apache/cgi-bin" */
762 if (strcmp(r->handler, CGI_MAGIC_TYPE) && strcmp(r->handler, "cgi-script")) {
1047 * This is the beginning of the cgi filter code moved from mod_include. This
1210 else if (!strcmp(tag, "cgi")) {
1238 * This is the end of the cgi filter code moved from mod_include.
1274 AP_DECLARE_MODULE(cgi) =