On Thu, Aug 2, 2012 at 7:40 AM, Daniel Gruno <rum...@cord.dk> wrote:
> Hi dev@,
> I've gotten my paws all over mod_lua as of late, trying to find ways to
> expand the module to be more useful. In doing so, I have created a small
> library which binds several httpd core functions (and some from apr) to
> Lua, so as to both gain more control over httpd via mod_lua as well as
> gain access to some of the many useful components included in our server
> by default.
>
> The library, and its reference docs can be found at
> http://people.apache.org/~humbedooh/lua_ap/

If they're already written, I don't see any reason to not include
them.  As long as we document carefully so they don't inundate someone
developing a basic generator/handler, I think the library would be
great to add to mod_lua.

Some basic APR bindings would be cool too.  Those should probably
remain without tight ties to mod_lua, as they're useful outside of
httpd.

Reply via email to