Skip to content

liexusong/alilua

 
 

Repository files navigation

aLiLua

A epoll/kqueue based web server, inculded lua/coevent support (support Linux/MacOS/BSD platform)

*WebSocket supported

###Version

v0.41 stable https://github.com/oneoo/alilua/archive/v0.41.zip

Install

###Requires

Ubuntu:

sudo apt-get install libssl-dev

Fedora:

sudo yum install openssl-devel

###Install LuaJit

aLiLua v0.4 included luajit-v2.1, no 3dpart required

wget http://luajit.org/download/LuaJIT-2.0.2.tar.gz

tar zxf LuaJIT-2.0.2.tar.gz

cd LuaJIT-2.0.2

make

sudo make install

make clean

sudo ldconfig

###Install aLiLua

$git clone https://github.com/oneoo/alilua.git

$cd alilua

$sudo make install clean

Start

$sudo alilua --daemon --bind=8080

CommandLine Options

--bind=127.0.0.1:80  server bind. or --bind=80 for bind at 0.0.0.0:80
--ssl-bind           ssl server bind.
--ssl-cert           ssl Certificate file path
--ssl-key            ssl PrivateKey file path
--ssl-ca             ssl Client Certificate file path
--daemon             process mode
--process=number     workers
--log=file path      access log
--host-route         Special route file path
--app				Special app file path
--code-cache-ttl     number of code cache time(sec) default 60 sec
--cache-size         size of YAC shared memory cache (1m or 4096000k)

Default Config file

$vi /usr/local/alilua/host-route.lua

Limits

Response header length < 3KB

Response body length < 900KB(no limited, large body can be auto flush)

Documents

http://alilua.com/docs.html

Maillist

https://groups.google.com/forum/?hl=en#!forum/alilua

About

epoll/kqueue+lua based web server

Resources

License

Stars

Watchers

Forks

Packages

No packages published