blob: 5ab55ffa836d2215a6140b887ae96f4db57853fd [file] [log] [blame]
# Uncomment this if you have't loaded mod_lua yet:
#LoadModule lua_module modules/mod_lua.so
# Minimum requirements here:
AddHandler lua-script .lua
LuaScope thread
# You could also use (for speedups/memory saving):
#LuaScope server 5 25
LuaCodeCache stat
AcceptPathInfo On