libuv-lua-http-server
libuv-lua-http-server copied to clipboard
can support vhost/multiport/rewrite rule
like apache,Only one entrance.
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*) dispatcher.lua/$1 [QSA]
And improve the performance of HTTP long connection.
I'll add something for vhosts soon.
With HTTP long connection you mean keep alive connections?
yes
2013/7/11 Erik Dubbelboer [email protected]
I'll add something for vhosts soon.
With HTTP long connection you mean keep alive connections?
— Reply to this email directly or view it on GitHubhttps://github.com/ErikDubbelboer/libuv-lua-http-server/issues/1#issuecomment-20802681 .