Official packages

On current version of mod_lua, there is only httpd and run packages.

The httpd package export the Apache HTTP Server C interface for the others packages for mod_lua. This must be the first package loaded in mod_lua.

The run package executes lua scripts with CGI interface (input, output and enviroment). The Lua scripts must run until Timeout Apache directive or will abort.