Zero logo

Mod Lua

The Lua scripting language has been around since 1993 and was finally integrated into Apache 2.4 primarily for server configuration. Uniform Server Zero uses Apache 2.4.12 with Lua 5.1.5 (core) compiled. Although still tagged as experimental mod_lua is stable allowing programmers to work with hooks for Apache configuration and for creating complete web applications in Lua.

The Uniform Server Zero provides a seperate plugin: ZeroXI_lua_1_0_1 to support Lua. The following are included in this plugin:

  • Adds additional pages to this default manual. (Configuration details, examples)
  • Adds Lua Apache configuration file C:\UniServerZ\core\apache2\conf\extra\us_lua.conf
  • Adds New folder C:\UniServerZ\core\us_lua
  • Adds module lfs.dll

The plugin covers basic web-applications using Lua as the scripting language.