New Apache server module which provides Lua hooks into various portions of the httpd request processing
This module allows the server to be extended with scripts written in the Lua programming language. The extension points (hooks) available with mod_lua
include many of the hooks available to natively compiled Apache HTTP Server modules, such as mapping requests to files, generating dynamic responses, access control, authentication, and authorization.
NOTE
mod_lua
is still in experimental state. Until it is declared stable, usage and behavior may change at any time, even between stable releases of the 2.4.x series. Be sure to check the CHANGES file before upgrading.