Apache Module: Lua


Last modified: April 16, 2020

Overview

This module provides Lua hooks for httpd request processing.

Usage

Use the mod_lua Apache module to extend your server with scripts in the Lua programming language.

Warning:

We strongly recommend that you do not use the mod_lua Apache module because it poses significant security risks.

Requirements

This module has no requirements.

Compatibility

This module has no known compatibility issues.

How to install or uninstall mod_lua

To install the mod_lua Apache module in EasyApache 4, run the following command:

yum install ea-apache24-mod_lua
Note:

EasyApache 4 disables the mod_lua Apache module by default. If you wish to enable this module, you must uncomment the LoadModule directive.

To uninstall the mod_lua Apache module in EasyApache 4, run the following command:

yum remove ea-apache24-mod_lua

Additional Documentation