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.
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 Apache License, Version 2.0,
0N/A See NOTICE file for more information
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* Contributors Include
0N/A** Philip M. Gollucci