Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Vidart
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Vidart
14y ago
Btw, there is also specially tuned Nginx AMI: https://aws.amazon.com/marketplace/pp/B00A04GAG4/
2.
▲
by
Vidart
14y ago
linux rootkit in combination with any http server
3.
▲
by
Vidart
14y ago
There are a lot of problems in Tengine implementation: http://mailman.nginx.org/pipermail/nginx/2012-September/0354... http://mailman.nginx.org/pipermail/nginx/2012-September/0354...
4.
▲
by
Vidart
14y ago
Check this comment: http://translate.googleusercontent.com/translate_c?depth=1&#...
5.
▲
by
Vidart
14y ago
It's not the "old one". Actually, the green logo was made by Igor Sysoev and it is the oldest and the only official logo. That one from "wiki.nginx.org" is made by Cliff Wells, creator of the wiki: http://www.enemyofthestatement.com/page/v
6.
▲
by
Vidart
14y ago
Where did you find "communist imagery in the logo"? http://nginx.org/nginx.gif
7.
▲
by
Vidart
14y ago
It's not a magic. It's just an optimization. Prefixed strings are organized to the radix tree for fast configuration lookup. But the only way to deal with regexps is to execute them sequentially. btw, the official doc is here: http://nginx
8.
▲
by
Vidart
14y ago
In the link that you mentioned, ETags are produced and handled by application. There are no special needs in web-server support.