使用 FastCGI 运行 Lua 脚本
我目前正在尝试找出使用 FastCGI 与 lighttpd 或 Nginx 一起运行 Lua 脚本的方法。我唯一能挖掘到的是开普勒项目的WSAPI。但我想知道是否还有其他可能性。对我来说重要的是:
- 应该尽可能轻量级
- 应该足够稳定以便在生产环境中使用
提前非常感谢。
I am currently trying to figure out ways to run Lua scripts using FastCGI with either lighttpd or Nginx. The only thing I was able to dig up yet was WSAPI of the Kepler project. But I wonder if there are other possibilities. Important for me is:
- should be as lightweight as possible
- should be stable enough to use in a production environment
Many thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议看看这个项目:
http://github.com/STPeters/luafcgid
有关于如何将其与 nginx 一起使用的说明。
I would recommend taking a look at this project:
http://github.com/STPeters/luafcgid
There are instructions on how to use it with nginx.