mod_lua

Lua is a very simple, C like language that was designed to be embedded in larger programs. It's very easy to learn when you have programming experience. mod_lua provides a very simple Lua gateway, so that incoming information can be processed and interpreted in a simple way, making writing simple checks easier and lowering their overhead.

Note

Incomplete!