lua-users home
lua-l archive

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


On Thu, Feb 14, 2008 at 3:34 PM, Petr Stetiar <ynezz@true.cz> wrote:
>  If it's not secret, how do you use Lua on webserver? Do you use any of
>  available Web servers like Lighttpd or something own? Are you using Lua
>  as CGI?

For historical reasons we're currently using AppWeb
(http://www.appwebserver.org/). If we move away from AppWeb we'll
certainly look at Xavante, Lighttpd and thttpd (probably in that
order).
We're using a modified version of CGILua around which we've written a
module for AppWeb so it is running in-process.

-- 
Dirk