> On Thu, 16 Jan 2014 15:06:38 +0100, Gilles
> <[email protected]> wrote:
>>      I need to find a way to run small Lua scripts on an ARM appliance
>>and save data in an SQLite database.
>
> I read this doc...
>
> http://uwsgi-docs.readthedocs.org/en/latest/Lua.html
>
> ... and would like to know how to run uwsgi to handle a whole site,
> ie. serve static HTML files and only launch Lua scripts when needed
> (eg. to handle forms, etc.).
>
> The example assumes the user only wants to use uwsgi to run a
> Lua-based web application.
>
> Thank you.
>
>

Serving static files:

http://uwsgi-docs.readthedocs.org/en/latest/StaticFiles.html


Internal routing (includes authentication):

http://uwsgi-docs.readthedocs.org/en/latest/InternalRouting.html


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to