]> granicus.if.org Git - apache/blob - modules/lua/README
More mod_lua compat for Lua 5.1, 5.2, 5.3.
[apache] / modules / lua / README
1 -*- mode:org -*-
2 * Requirements:
3 ** lua 5.1, 5.2, 5.3 ( http://www.lua.org/ ) or LuaJIT 2.x ( http://www.luajit.org/ )
4 ** Apache HTTPD 2.4 ( http://httpd.apache.org/ ) or higher
5
6 * Documentation
7   See docs/README
8
9 * Building
10   For now, see docs/building-from-subversion.txt
11
12
13 * Task List
14 ** TODO Use r->file to determine file, doing rewriting in translate_name   
15 ** TODO Provide means to get useful output from lua errors in response body
16    Probably have to put it on the vm spec for pre-handler errors, as
17    it is pre-handler, will prolly be on the request_config somewhere,
18    but sometimes cannot put there, so... fun
19 ** TODO Mapping in the server_rec
20 ** TODO Figure out how reentrancy works regarding filter chain stuff. 
21    Do we need new "threads"?
22 ** TODO: Flatten LuaHook* to LuaHook phase file fn ?
23 ** TODO: document or remove block sections
24 ** TODO: test per-dir behavior of block sections
25 ** TODO: Suppress internal details (fs path to scripts, etc) in error responses
26 ** TODO: Check whether we can tighten the mode flag in lua_load(),
27          luaL_loadfile() an dluaL_loadbuffer() from NULL (="bt")
28          to e.g. "t".
29     
30 * License
31   Apache License, Version 2.0,
32   
33   http://www.apache.org/licenses/LICENSE-2.0 
34
35   See NOTICE file for more information
36         
37 * Problems and Patches:
38   Please use dev@httpd.apache.org for discussing mod_lua development
39   To subscribe send email to dev-subscribe@httpd.apache.org  
40   Note that this is for development discussion, not user support :-)
41    
42 * Contributors Include
43 ** Brian McCallister
44 ** Paul Querna
45 ** Garrett Rooney
46 ** Martin Traverso
47 ** Brian Akins
48 ** Justin Erenkrantz
49 ** Philip M. Gollucci
50 ** Stefan Fritsch
51 ** Eric Covener
52 ** Daniel Gruno
53 ** Günter Knauf