Lines Matching refs:script
25 * Action mime/type /cgi-bin/script
27 * will activate /cgi-bin/script when a file of content type mime/type is
31 * Script PUT /cgi-bin/script
33 * will activate /cgi-bin/script when a request is received with the
35 * If the method is GET, the script will only be activated if the requested
93 const char *type, const char *script,
104 apr_pstrcat(cmd->pool, option ? "1" : "0", script, NULL));
111 const char *method, const char *script)
134 m->scripted[methnum] = script;
143 "a media type followed by a script name"),
145 "a method followed by a script name"),
154 const char *script;
172 script = conf->scripted[M_GET];
174 script = NULL;
177 script = conf->scripted[r->method_number];
180 /* Check for looping, which can happen if the CGI script isn't */
181 if (script && r->prev && r->prev->prev)
195 script = t;
196 /* propagate the handler name to the script
202 if (script == NULL)
205 ap_internal_redirect_handler(apr_pstrcat(r->pool, script,