Nginx reaches 33.3% web server market share while Apache falls below 50%
31–40 of 190 posts
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#32This is kind of a weird statistic to try to analyze. So many uses of nginx are just the act of putting an Apache/IIS/etc site behind nginx, so technically, both servers still have market share but you only see nginx. It's just that nginx makes it so easy to do certain things, like supporting modern HTTPS, that you might as well add it to your stack rather than replace something.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#33Earlier 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/
It is not. This is why I ended my comment with "if such things matter to you".
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#34Calling 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%
#35Calling it. Nginx won because it's configs are not xml. Apache should have learned by now.
Why all the hate against XML, especially when used for configuration? Having a schema configured is a plus.
XML with config helpers and the ability to open it in an editor and see what is going on and tweak it is a great experience. XML with the expectation that an editor will be used to configure it is a terrible experience.
The above also applies if you replace "XML" with "JSON". :-)
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#36Earlier quoted context omitted.
XML should NEVER be used for configuration, not even if you're a Java or C# framework/middleware/application server.
Honestly, I think the statement, 'XML should NEVER be used, period,' is true as well: for any use case I can imagine there are superior alternatives to XML. Even if you have to interface with other services using XML, just use SXML ( https://en.wikipedia.org/wiki/SXML ) in your own code and marshal to XML at the very last instant. Ultimately, XML was a colossal mistake carried out to perfection.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#37This is kind of a weird statistic to try to analyze. So many uses of nginx are just the act of putting an Apache/IIS/etc site behind nginx, so technically, both servers still have market share but you only see nginx. It's just that nginx makes it so easy to do certain things, like supporting modern HTTPS, that you might as well add it to your stack rather than replace something.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#38Earlier quoted context omitted.
It is not. This is why I ended my comment with "if such things matter to you".
Would you expect someone living in Russia and being active in business to come out as anti Putin?
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#39How much of nginx's growth is, do you think, due to it being "better" than Apache httpd (which it isn't, BTW. Apache 2.4 is easily as fast and scalable as nginx), compared to either (1) The aggressive sales and marketing of NGINX the company or (2) nginx fronting Apache httpd and thus "hiding" the growth of Apache httpd usage. But there are lots of Apache httpd haters, for some reason, and so they LOVE promoting the…
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#40Nginx is the web server equivalent of programming languages with fibers (in a good way.) Is there anything that competes/a "next Nginx"?