Searched refs:script (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/mappers/ |
H A D | mod_actions.c | 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 nam 92 add_action(cmd_parms *cmd, void *m_v, const char *type, const char *script, const char *option) argument 110 set_script(cmd_parms *cmd, void *m_v, const char *method, const char *script) argument 154 const char *script; local [all...] |
/httpd/build/ |
H A D | nw_export.inc | 8 them to pass untouched so that the AWK script can pick
|
/httpd/modules/filters/ |
H A D | mod_substitute.c | 123 subst_pattern_t *script; local 128 script = (subst_pattern_t *) cfg->patterns->elts; 151 if (script->pattern) { 158 apr_size_t repl_len = strlen(script->replacement); 159 while ((repl = apr_strmatch(script->pattern, buff, bytes))) 164 if (script->flatten && !force_quick) { 176 ap_varbuf_strmemcat(&vb, script->replacement, repl_len); 193 SEDRMPATBCKT(b, len, tmp_b, script->patlen); 198 tmp_b = apr_bucket_transient_create(script->replacement, 199 script [all...] |
/httpd/modules/lua/test/ |
H A D | test_httpd.conf | 12 AddHandler lua-script .lua
|
/httpd/modules/lua/test/htdocs/ |
H A D | test.lua | 63 r:puts("loaded relative to script:\n ")
|
Completed in 730 milliseconds