[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: free web hosting - lua
- From: Daniel Silverstone <dsilvers@...>
- Date: Wed, 04 Apr 2007 14:21:11 +0100
On Wed, 2007-04-04 at 15:12 +0200, luc1an0 wrote:
> In a little different way, I have a question.. Is there any plugin for
> write lua code in html which is directly interpreted by server (like
> php) ? Specially for THTTPD...
I doubt there's any such plugin for thttpd. There are however content
generators out there which do what you need. Kepler probably has one,
there's LuaCGI and also there's Aranha which I write.
If you must work with thttpd then you want a CGI such as LuaCGI, however
if you are prepared to run with a more comprehensive web server such as
Apache, LigHTTPD or others then you might be able to use a FastCGI such
as Aranha.
Links to some of the projects above are easily googled for, if you want
to peek at Aranha then look at
http://www.digital-scurf.org/software/aranha
Take care,
Daniel.