/etc/httpd/conf.modules.d/00-lua.conf - CentOS Linux 7

This is the default example configuration of 00-lua.conf provided by Apache. This config file was generated by Apache running on CentOS 7.

It is located under: /etc/httpd/conf.modules.d/00-lua.conf

    LoadModule lua_module modules/mod_lua.so

    
  

Config Details

Location
/etc/httpd/conf.modules.d/00-lua.conf
Operating system
CentOS Linux 7
Length
1 lines
MD5 checksum
449a4aea60473ac4a16f025fca4463e3

Usage

Download the raw file with wget or curl

Wget

wget -O 00-lua.conf.example http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.modules.d/00-lua.conf

cURL

curl http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.modules.d/00-lua.conf > 00-lua.conf.example