Lua / FastCGI / Nginx / Gentoo

Hi Nginxkys,

I posted an article recently on how to get Lua to work in Nginx, on
gentoo.

It’s a pretty complete walk through that illustrates the whole fastcgi
issue, specifically with Nginx and gentoo.

http://www.eonblast.com/blog/lua-nginx-gentoo/

Maybe it saves somebody time and nerves.

Critique and Feedback welcome.

Best,

Henning

On Wed, Nov 24, 2010 at 7:15 AM, Henning D. [email protected]
wrote:

Hi Nginxkys,

I posted an article recently on how to get Lua to work in Nginx, on gentoo.

Have you ever checked out our ngx_lua module? :wink:

http://github.com/chaoslawful/lua-nginx-module

For IO-intensive applications, it should have much better performance
than the FastCGI approach because it integrates Lua coroutines
directly into the nginx event model :slight_smile:

Thanks!
-agentzh