]> granicus.if.org Git - apache/commitdiff
This stuff is now in trunk.
authorDaniel Gruno <humbedooh@apache.org>
Sat, 12 Jan 2013 13:24:15 +0000 (13:24 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 12 Jan 2013 13:24:15 +0000 (13:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1432421 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/README

index c614b3e2ce4244f57ea0b640ecab8c306e60d5f9..2c9224a9619dbc796825dafa2dcb4c74f6624ca4 100644 (file)
 
 * Task List
 ** TODO Use r->file to determine file, doing rewriting in translate_name   
-** TODO Change to controlling lifecycle by passing in a pool?
-   Need to determine how to handle server scoped then!
 ** TODO Provide means to get useful output from lua errors in response body
    Probably have to put it on the vm spec for pre-handler errors, as
    it is pre-handler, will prolly be on the request_config somewhere,
    but sometimes cannot put there, so... fun
-** TODO Filters
 ** TODO Mapping in the server_rec
 ** TODO Connection scoped vms
 ** TODO Figure out how reentrancy works regarding filter chain stuff. 
 ** TODO Flesh out apw_*getvm for each flavor we allow
 ** TODO Rework apw_sgetvm to use the create_vm stuff like apw_rgetvm
 ** TODO apw_rgetvm needs to handle connection scoped vms     
-** TODO options in server scoped vms (ie, min and max vm counts)
 ** TODO provide means to implement authn and authz providers
 ** TODO: Flatten LuaHook* to LuaHook phase file fn ?
-** TODO: Lua and ap_expr integration in one or both directions
 ** TODO: document or remove block sections
 ** TODO: test per-dir behavior of block sections
-** TODO: Catch-up documentation on r: methods
-** TODO: 500 errors instead of 404 with AddHandler lua-script
 ** TODO: Suppress internal details (fs path to scripts, etc) in error responses
     
 * License