开发者

Running Lua scripts using FastCGI

开发者 https://www.devze.com 2023-01-23 01:04 出处:网络
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

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 a开发者_JAVA技巧s possible
  • should be stable enough to use in a production environment

Many thanks in advance.


I would recommend taking a look at this project: http://github.com/STPeters/luafcgid

There are instructions on how to use it with nginx.

0

精彩评论

暂无评论...
验证码 换一张
取 消