libuv-lua-http-server icon indicating copy to clipboard operation
libuv-lua-http-server copied to clipboard

can support vhost/multiport/rewrite rule

Open millken opened this issue 12 years ago • 2 comments

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.

millken avatar Jul 07 '13 03:07 millken

I'll add something for vhosts soon.

With HTTP long connection you mean keep alive connections?

erikdubbelboer avatar Jul 11 '13 10:07 erikdubbelboer

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 .

millken avatar Jul 14 '13 03:07 millken