Calling it. Nginx won because it's configs are not xml. Apache should have learned by now.
XML should NEVER be used for configuration, not even if you're a Java or C# framework/middleware/application server.
Nginx reaches 33.3% web server market share while Apache falls below 50%
21–30 of 190 posts
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#22Netcraft's web server survey shows nginx at only 20%, and shows Apache dropping below 50% way back in August 2013. That's a big difference compared to w3techs and both sources should be taken with a pinch of salt. It's the 3rd chart on: https://news.netcraft.com/archives/2017/03/24/march-2017-web... Web server market share depends a lot on which sites you're looking at: are you checking the top X million sites or che…
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#23Calling it. Nginx won because it's configs are not xml. Apache should have learned by now.
XML should NEVER be used for configuration, not even if you're a Java or C# framework/middleware/application server.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#24This is your periodical friendly reminder that Igor Sysoev, principal author of nginx, is strongly pro-Putin and anti-Ukraine. You might get a taste of his views at his personal website, http://sysoev.ru (in Russian; use Google translate). So, if such things matter to you, you might consider choosing some other web frontend.
Why? Nginx is not a political statement or software nor does it benefit it's author's causes in any way. With that said, use caddy. Not for political reasons, just because it's awesome. https://caddyserver.com/
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#25Calling it. Nginx won because it's configs are not xml. Apache should have learned by now.
XML should NEVER be used for configuration, not even if you're a Java or C# framework/middleware/application server.
Ultimately, XML was a colossal mistake carried out to perfection.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#26Calling it. Nginx won because it's configs are not xml. Apache should have learned by now.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#27Earlier quoted context omitted.
Why? Nginx is not a political statement or software nor does it benefit it's author's causes in any way. With that said, use caddy. Not for political reasons, just because it's awesome. https://caddyserver.com/
Caddy needs a decent networking library to compete with nginx, it cannot do that with crappy net package.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#28Calling it. Nginx won because it's configs are not xml. Apache should have learned by now.
XML should NEVER be used for configuration, not even if you're a Java or C# framework/middleware/application server.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#29Calling it. Nginx won because it's configs are not xml. Apache should have learned by now.
Apache configs are not XML files, they just happen to contain some square brackets.
And Apache config predates XML. It was designed to look like HTML, because it's a webserver I guess.