From f2a7fff9aecacb71af40d6b9be3f80ed2741232e Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 13 Nov 2011 17:10:03 +0000 Subject: [PATCH] add some todos from my apachecon notes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201460 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/lua/README b/modules/lua/README index 4efa9cd62d..c614b3e2ce 100644 --- a/modules/lua/README +++ b/modules/lua/README @@ -54,6 +54,13 @@ ** 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 Apache License, Version 2.0, -- 2.40.0