Apache SNI with redirection?
Lets say I have an Apache2 HTTPd with multiple virtual TLS-hosts for SNI.
Kernel mode web servers: A clever optimization or a security nightmare?
I was reading a Hacker News thread where one user posts a link from 2011 explaining that IIS is much faster than most other (*nix) web servers. Another user replies, explaining that IIS gets that advantage by having a kernel module called HTTP.sys. To my knowledge, most other popular web servers in 2015 do not do this.