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

/httpd/build/
H A DNWGNUenvironment.inc345 $(INSTALLBASE)/cgi-bin \
H A Dinstall-bindist.sh.in107 lcopy bindist/cgi-bin $SR/cgi-bin 750 750
/httpd/modules/mappers/
H A Dmod_vhost_alias.c387 const char *cgi; local
391 cgi = NULL;
393 cgi = strstr(r->uri, "cgi-bin/");
394 if (cgi && (cgi != r->uri + strspn(r->uri, "/"))) {
395 cgi = NULL;
398 if (cgi) {
401 uri = cgi + strlen("cgi
[all...]
/httpd/server/
H A Dapreq_module_cgi.c967 static APREQ_MODULE(cgi, 20090110);
/httpd/modules/generators/
H A Dmod_cgi.c81 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) variable
[all...]

Completed in 598 milliseconds