The Apache server has Lua integrated into its architecture this is covered on the Mod Lua page. Mod Lua is primarily intended for server configuration its secondary function allows you to write dynamic web pages in pure Lua. A similarly named third party module pLua, which allows both pure and mixed HTML/Lua code extends Lua’s capability. The Uniform Server Zero provides a seperate plugin: ZeroXI_lua_1_0_1 to support pLua. The following are included in this plugin:
The plugin covers basic web-applications using pLua as the scripting language. |