You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the example app to run on Lua 5.2 and 5.3 and I'm having some problems. The first one is related to the builtin function unpack on Lua 5.3, installing the head of the branch master fix it. The seccond problem it with src/launchers/cgilua.fcgi, I'm not sure if I'm doing something wrong but the only way I can get it to work is if I set filename with the full path to app.lua
Hi!
I'm trying to get the example app to run on Lua 5.2 and 5.3 and I'm having some problems. The first one is related to the builtin function unpack on Lua 5.3, installing the head of the branch master fix it. The seccond problem it with src/launchers/cgilua.fcgi, I'm not sure if I'm doing something wrong but the only way I can get it to work is if I set filename with the full path to app.lua
It maybe help to mention I'm using spawn-fcgi
The text was updated successfully, but these errors were encountered: