Featured products and servicesadvertise here
Blog CategoriesAllNews AddToAny Adobe DTM AdRoll Advertising Networks Akamai Alibaba Amazon Amazon CloudFront Angular Apache ASP.NET ASP.NET Ajax Baidu Analytics Baidu Share Bitrix Blogger Bootstrap CDNJS CentOS Character Encodings China Telecom China Unicom Chitika Client-side Languages Cloudflare Cloudflare Server ColdFusion Compression Concrete CMS Content Delivery Content Languages Content Management Cookies CSS Frameworks Data Centers DataLife Engine Debian Default Protocol Https DigiCert DigiCert Group Discuz! DNS Servers Dojo DoubleClick Drupal Elementor Email Servers Ensighten Equativ ExoClick Fastly Fedora Flash Full Circle Studies Gemius Gentoo GlobalSign Gmail GoDaddy Group Google +1 Google Ads Google AdSense Google Analytics Google Hosted Libraries Google Servers Google Tag Manager GridPane Gunicorn Histats Hostinger Hotjar HTML HTML5 HTTP/2 HTTP/3 IdenTrust Image File Formats Infolinks IPv6 Java JavaScript JavaScript Libraries Joomla JQuery JQuery CDN JsDelivr Let’s Encrypt Liferay Linux LiteSpeed Magento Markup Languages Matomo Matomo Tag Manager Meta Pixel Microsoft Microsoft Advertising Microsoft-IIS Modernizr MooTools New Relic Newfold Digital Group Nginx Node.js Operating Systems OVH PHP Plesk Plone PNG PopAds PrestaShop Prototype Python Quantcast React Red Hat Reverse Proxies Ruby RunCloud Scala Scientific Linux Sectigo Server Locations Server-side Languages SharePoint Shopify Silverlight Site Elements Snowplow Social Widgets SPDY Squarespace SSL Certificate Authorities Symantec Group Tag Managers Tailwind Tealium Team.blue Tomcat Top Level Domains Traffic Analysis Tools Twitter/X TYPO3 Ubuntu UIkit Umeng Underscore United Internet Unix Unpkg UTF-8 VBulletin Web Hosting Web Panels Web Servers Windows Wix WordPress WordPress Jetpack XHTML Yandex.Direct Yandex.Metrica YUI Library |
Nginx reaches 33.3% web server market share while Apache falls below 50%Posted by Matthias Gelbmann on 10 April 2017 in News, Apache, Nginx, Web ServersNginx, the fastest growing web server, has reached 33.3% market share. Seven years ago, it only had 3.9%. On average, every minute one of the top 10 million websites starts to use Nginx. Just to put that growth rate in perspective: this is 70 times the number of sites that switch to Node.js, another fast-growing web server. In the same time frame since 2010, Apache's market share fell from 71.5% to just below 50%, and Microsoft-IIS fell from 20.6% to 11.3%.
As expected, Nginx gains most sites from Apache, but quite a fair number of websites also make the switch away from Nginx. Webmasters are flexible these days. Nginx is the most popular web server among high traffic sites, with a market share of 58.4% among the top 10,000 sites. Apache is still leading among the top million, but the gap is already very small: 39.7% for Nginx vs. 42.8% for Apache.
Nginx has 76.8% market share in Russia, where is has originally been developed by Igor Sysoev in 2004. A similar market share is achieved in some countries of the former Soviet Union, such as Belarus, Ukraine and Kazakhstan. Nginx is also market leader in some countries in Asia, Africa and South America. Apache is still the market leader in most countries particularly in the Americas and most of Europe, while Microsoft-IIS leads in China, Turkey, Egypt and in some Arab countries. click at the picture to download a high resolution version
Nginx is the leading web servers supporting some the the more modern protocols, which is probably one of the reasons why people start using it. 76.8% of all sites supporting HTTP/2 use Nginx, while only 2.3% of those sites rely on Apache. This is not really surprising, considering that the HTTP/2 module of Apache is still classified as "experimental". Similarly, 63.3% of all sites that support IPv6 run on Nginx, almost three times as much as Apache. Nginx is also the leading web server among sites written in Ruby, Python and Scala, as well as among websites that use modern JavaScript libraries such as AngularJS, Vue,js and React. There is no clear trend when looking at the underlying operating systems of the web servers. Gentoo-based systems prefer Nginx, whereas Red Hat/CentOS boxes overwhelmingly run Apache. A good indicator for future market share trends is the distribution of technologies among new sites. Nginx is also doing better in that segment than on all sites, but just a little better: 36.4% for Nginx vs. 47.7% for Apache and 10.8% for Microsoft-IIS. Keeping an eye on our daily updated trend chart will show you future developments in real-time. _________________ Share this page2 commentsAntonio on 12 April 2017 The article mentions Node.js, but it doesn't seem to account for the fact that often nginx and node are deployed together. Has this situation been measured? Reply by author Matthias Gelbmann on 13 April 2017 Hi Antonio, We do see more than half of the Node.js sites run behind Nginx. In that case we count them both for the statistics. For that reason, if you add up all the web server percentages, it's somewhat more than 100%. We can often derive the use of technologies by detecting other technologies that rely in them. For example, if we see Express or Ghost being used, we know that site also uses Node.js, even if the server HTTP header shows Nginx.
|