[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [OpenResty] Default install directory? SQLite?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Thu, 16 Jan 2014 13:57:48 +0100
On Thu, 16 Jan 2014 00:07:01 +0000, Craig Barnes
<craigbarnes85@gmail.com> wrote:
>Why not try "make -n install" or "make install DESTDIR=TMP && tree TMP"?
Thanks. I didn't know those options.
>
>> 2. OpenResty doesn't seem to include support for SQLite, so it looks
>> like Lua scripts will require installing it separately (LuaRocks?).
>> Any sample script I can use once the Lua-capable Nginx is installed?
>
>That's probably due to the concerns mentioned here:
>
> https://groups.google.com/forum/#!topic/openresty-en/lUH10YE_6Z8
So it looks like using Nginx + ngx_lua isn't a good option for
applications that need SQLite. I guess a good alternative is FastCGI
or uWSGI.