lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello

I got a web server to use lua5.1.exe + lua5.1.dll to handle CGI calls
(cool!). Apparently, that's the only Lua binaries that I need to run
behind a web server.

However, CGILua (http://keplerproject.github.com/cgilua/) makes it
easier to write web scripts, but I didn't find binaries for Windows,
and no trace of it after running the Lua for Windows installer.

Does someone know if a recent CGILua DLL is available somewhere that I
could download and add to the web server CGI directory?

Thank you.