Windows has a Kernel based http.sys Web server. The main advantage of it is that it is kernel based. This gives performance advantages but (for me) more importantly: flexibility.
For example two applications can respond to the same port but different HTTP subkeys So /store can be handled by app1 and /status by app2. I am talking about static and dynamic content.
My question is:
Is there something similar / an alternative on the Linux platform?