Home

Awesome

mod_ahtse_lua AHTSE

Apache httpd content generator using Lua

A module using a Lua script file to respond to a get request. Similar to the CGI mechanism, somewhat customized for AHTSE use. The lua script file should define a handler function that takes three arguments and returns three values.

Since it involves executing a script, the use of this module may increase server vulnerability

Inputs to Lua

Outputs from Lua

The Content-Type header is properly handled, others might not work as expected

Apache Directives

Lua