README revision 5cd643bf48f591501fb6317f15026d566a549871
0N/A-*- mode:org -*-
0N/A* Requirements:
0N/A** lua 5.1, 5.2 ( http://www.lua.org/ ) or LuaJIT 2.x ( http://www.luajit.org/ )
0N/A** Apache HTTPD 2.3 ( http://httpd.apache.org/ ) or higher
0N/A
2362N/A* Documentation
0N/A See docs/README
2362N/A
0N/A* Building
0N/A For now, see docs/building-from-subversion.txt
0N/A
0N/A* To Consider
0N/A Allow definition of lua_State instances associated with arbitrary
0N/A pool using the pool's user_data constuct. There would, here, be two
0N/A types, pooled and singleton. On the other hand, singleton would work
0N/A fine for almost all cases -- the exception being a process or server
0N/A pool, and then we could stay singleton anyway and lock around it.
0N/A
0N/A
2362N/A* Task List
2362N/A** TODO Use r->file to determine file, doing rewriting in translate_name
2362N/A** TODO Provide means to get useful output from lua errors in response body
0N/A Probably have to put it on the vm spec for pre-handler errors, as
0N/A it is pre-handler, will prolly be on the request_config somewhere,
0N/A but sometimes cannot put there, so... fun
0N/A** TODO Mapping in the server_rec
0N/A** TODO Figure out how reentrancy works regarding filter chain stuff.
0N/A Do we need new "threads"?
0N/A** TODO: Flatten LuaHook* to LuaHook phase file fn ?
0N/A** TODO: document or remove block sections
0N/A** TODO: test per-dir behavior of block sections
0N/A** TODO: Suppress internal details (fs path to scripts, etc) in error responses
0N/A
0N/A* License
0N/A Apache License, Version 2.0,
0N/A
0N/A http://www.apache.org/licenses/LICENSE-2.0
0N/A
0N/A See NOTICE file for more information
0N/A
0N/A* Problems and Patches:
0N/A Please use dev@httpd.apache.org for discussing mod_lua development
0N/A To subscribe send email to dev-subscribe@httpd.apache.org
0N/A Note that this is for development discussion, not user support :-)
0N/A
0N/A* Contributors Include
0N/A** Brian McCallister
0N/A** Paul Querna
0N/A** Garrett Rooney
0N/A** Martin Traverso
0N/A** Brian Akins
0N/A** Justin Erenkrantz
0N/A** Philip M. Gollucci
0N/A** Stefan Fritsch
0N/A** Eric Covener
0N/A** Daniel Gruno
0N/A** Günter Knauf
0N/A
0N/A