Searched refs:lua (Results 1 - 10 of 10) sorted by relevance

/httpd/modules/lua/test/
H A Dtest_httpd.conf2 ServerRoot "/Users/brianm/.opt/httpd-2.2.3-worker-for-lua"
12 AddHandler lua-script .lua
14 #LuaConfig httpd_config.lua configure
16 LuaMapHandler /basic /Users/brianm/src/wombat/test/htdocs/test.lua
17 LuaMapHandler /filter/simple /Users/brianm/src/wombat/test/htdocs/filters.lua handle_simple
18 LuaMapHandler ^/(\w+)_(\w+)$ /Users/brianm/src/wombat/test/htdocs/$1.lua handle_$2
20 LuaHookTranslateName htdocs/hooks.lua translate_name
21 LuaHookTranslateName htdocs/hooks.lua translate_name2
23 LuaHookFixups htdocs/hooks.lua fixups_tes
[all...]
/httpd/modules/lua/test/htdocs/
H A Dheaders.lua5 r.headers_out['wombat'] = 'lua'
/httpd/docs/manual/style/css/
H A Dprettify.css91 pre.lang-lua{
99 .lang-lua .com { color: #c34e00 } /* a comment */
100 .lang-lua .lit { color: #088 } /* a literal (in this context; a known directive argument, a number or an IP address) */
101 .lang-lua .str { color: #009606 } /* string content */
102 .lang-lua .kwd { color: #00C; font-weight: bold } /* a keyword */
103 .lang-lua .typ { color: #808 } /* a type name */
/httpd/modules/lua/
H A Dlua_apr.c20 APLOG_USE_MODULE(lua); variable
H A Dlua_config.c21 APLOG_USE_MODULE(lua); variable
H A Dlua_vmprep.c24 APLOG_USE_MODULE(lua); variable
53 "mod_lua: Failed to reopen mutex lua-ivm-shm in child");
233 /* callback for cleaning up a lua vm when pool is closed */
254 "?.lua",
255 "./?.lua",
262 * sub_pat -> "?.lua"
263 * rep_pat -> "./?.lua"
339 "path", "?.lua", "./?.lua",
364 "loading lua fil
[all...]
H A Dlua_dbd.c22 APLOG_USE_MODULE(lua); variable
398 * This, of course, only works for prepared statements made through lua. */
489 * This, of course, only works for prepared statements made through lua. */
H A Dlua_request.c38 APLOG_USE_MODULE(lua); variable
115 * lua will enter its error handling routine.
309 /* r:parseargs() returning a lua table */
H A Dmod_lua.c98 * error reporting if lua has an error.
99 * Extracts the error from lua stack and prints
278 if (strcmp(r->handler, "lua-script")) {
313 "lua: Unable to find entry function '%s' in %s (not a valid function)",
374 "lua: Failed to obtain lua interpreter for %s %s",
383 "lua: Unable to find entry function '%s' in %s (not a valid function)",
448 /* We've got a willing lua filter, setup and check for a prefix */
508 "lua: Error while executing filter: %s",
690 "lua
2162 AP_DECLARE_MODULE(lua) = { variable
[all...]
/httpd/build/aix/
H A Dbuildaix.ksh91 --disable-lua > build/aix/configure.out"
100 --disable-lua > build/aix/configure.out

Completed in 684 milliseconds