Nginx

Nginx
Original author(s) Igor Sysoev
Developer(s) Nginx, Inc.
Initial release 4 October 2004 (2004-10-04)[1]
Stable release 1.12.1 (11 July 2017 (2017-07-11)) [±][2]
Preview release 1.13.3 (11 July 2017 (2017-07-11)) [±][3]
Repository http://hg.nginx.org/nginx/, https://github.com/nginx/nginx
Development status Active
Written in C[4]
Operating system BSD variants, HP-UX, IBM AIX, Linux, macOS, Solaris, Windows,[5] and other *nix flavors[6]
Type Web server, reverse/mail proxy server
License 2-clause BSD[7]
Website nginx.org, nginx.com

Nginx ( /ˌɛnɪnˈɛks/ EN-jin-EKS), stylized as (NGINX, NGiИX or nginx), is a web server, which can also be used as a reverse proxy, load balancer and HTTP cache. The software was created by Igor Sysoev and first publicly released in 2004.[8] A company of the same name was founded in 2011 to provide support.[9]

Nginx is free and open source software, released under the terms of a BSD-like license. A large fraction of web servers use NGINX,[10] often as a load balancer.[11]

Features

Nginx can be deployed to serve dynamic HTTP content on the network using FastCGI, SCGI handlers for scripts, WSGI application servers or Phusion Passenger modules, and it can serve as a software load balancer.[12]

Nginx uses an asynchronous event-driven approach to handling requests. Nginx's modular event-driven architecture[13] can provide more predictable performance under high loads.[14]

According to Netcraft's November 2016 Web Server Survey,[15] Nginx was found to be the second most widely used web server across all "active" sites (18.22% of surveyed sites) and for the top million busiest sites (27.83% of surveyed sites). According to W3Techs, it was used by 37.7% of the top 1 million websites, 49.7% of the top 100,000 websites, and by 57.0% of the top 10,000 websites.[16] According to BuiltWith, it is used on 38.2% of the top 10,000 websites, and its growth within the top 10k, 100k and 1 million segments increased.[17] Wikipedia uses Nginx as its SSL termination proxy.[18] As of OpenBSD release 5.2 (1 November 2012), Nginx became part of the OpenBSD base system, providing an alternative to the system's fork of Apache 1.3, which it was intended to replace,[19] but it was later replaced by OpenBSD's own httpd(8).[20]

HTTP proxy and Web server features

Mail proxy features

Other features include upgrading executable and configuration without client connections loss,[24] and a module-based architecture with both core[25] and third-party module support.[26]

The paid Plus product includes additional features such as advanced load balancing and access to an expanded suite of metrics for performance monitoring.[27][28]

Performance vs Apache

Nginx was written with an explicit goal of outperforming the Apache web server.[29] Out of the box, serving static files, Nginx uses dramatically less memory than Apache, and can handle roughly four times more requests per second.[30] This performance boost comes at a cost of decreased flexibility, such as the ability to override systemwide access settings on a per-file basis (Apache accomplishes this with an .htaccess file, while Nginx has no such feature built in).[31] Formerly, adding third party modules to nginx required recompiling the application from source with the modules statically linked. This was partially overcome in version 1.9.11 with the addition of dynamic module loading. However, the modules still must be compiled at the same time as nginx, and not all modules are compatible with this system; those require the older static linking process.[32]

History

Nginx, Inc.
Private
Industry Technology
Founded 2011
Headquarters Russia
Key people
Gus Robertson (CEO), Igor Sysoev (CTO)
Products Web servers
Website nginx.com

Igor Sysoev began development of Nginx in 2002.[8] Originally, Nginx was developed to solve the C10K Problem, and to fill the needs of websites including Rambler, for which it was serving 500 million requests per day by September 2008.[33][34]

A company of the same name was founded in July 2011 by Sysoev to provide commercial products and support for the software.[35]

The company's principal place of business is San Francisco, California, while legally incorporated in British Virgin Islands.[9]

In October 2011, Nginx raised $3 million from BV Capital, Runa Capital and MSD Capital, Michael Dell‘s venture fund.[36]

The company announced commercial support options for companies using Nginx in production. Nginx offered commercial support in February 2012,[37][38] and paid Nginx Plus subscription in August 2013.[39]

Support packages focus on installation, configuration, performance improvement, etc.[40] Support includes proactive notifications about major changes, security patches, updates and patches.

WordPress developer Automattic and content delivery network provider MaxCDN became funding partners for an update to Google's SPDY version 3.1, slated for early 2014.[41]

Nginx also offers consulting services to assist customers in custom configuration or adding additional features.[42]

In October 2013, Nginx raised a $10 million series B investment round led by New Enterprise Associates.[43] That round included previous investors, as well as Aaron Levie, CEO and founder of Box.com.[44][45] In December 2014, Nginx raised a $20 million series B1 round led by New Enterprise Associates, with participation from e.ventures (formerly BV Capital), Runa Capital, Index Ventures and Nginx’s own CEO Gus Robertson.[46][47]

See also

References

  1. "CHANGES". Retrieved 16 May 2017.
  2. Dounin, Maxim (11 July 2017). "nginx-1.12.1". nginx-announce (Mailing list). Retrieved 31 July 2017.
  3. Dounin, Maxim (11 July 2017). "nginx-1.13.3". nginx-announce (Mailing list). Retrieved 31 July 2017.
  4. "The NGINX Open Source Project on Ohloh". ohloh.net. Retrieved 7 March 2013.
  5. "nginx for Windows". Retrieved 28 May 2014.
  6. "Tested OS and platforms". Retrieved 15 October 2011.
  7. "Licensing". Retrieved 18 January 2013.
  8. 1 2 Tony Mobily (5 January 2012). "Interview with Igor Sysoev, author of Apache's competitor NGINX". Free Software Magazine. Retrieved 18 October 2013.
  9. 1 2 "Notice of Exempt Offering of Securities". Form D. US Securities and Exchange Commission 17 October 2013. Retrieved 15 September 2016.
  10. https://news.netcraft.com/archives/2017/01/12/january-2017-web-server-survey.html
  11. https://www.linode.com/docs/uptime/loadbalancing/use-nginx-as-a-front-end-proxy-and-software-load-balancer
  12. Use nginx for Proxy Services and Software Load Balancing, 11 May 2010, by Sam Kleinman, Linode Library
  13. "The Architecture of Open Source Applications (Volume 2): nginx". aosabook.org. Retrieved 10 June 2015.
  14. Basic nginx Configuration by Sam Kleinman; 21 August 2010
  15. "November 2016 Web Server Survey". 22 November 2016. Retrieved 19 December 2016.
  16. "Usage of web servers broken down by ranking". 19 December 2016. Retrieved 19 December 2016.
  17. "Builtwith: nginx Usage Statistics". 19 December 2016. Retrieved 19 December 2016.
  18. "Wikitech: HTTPS". Wikitech.wikimedia.org. 3 October 2011. Retrieved 3 December 2011.
  19. OpenBSD Upgrade Guide: 5.1 to 5.2, 2012/11/06 15:00:27 sthen
  20. "Heads Up: Nginx Removed From Base".
  21. "Module ngx_http_upstream_module". nginx.org. Retrieved 14 August 2012.
  22. "Proxy: support for connection upgrade (101 Switching Protocols).". trac.nginx.org. 19 February 2013. Retrieved 21 February 2013.
  23. "Module ngx_mail_auth_http_module". nginx.org. Retrieved 13 September 2012.
  24. "Official documentation: Controlling nginx". nginx.org. Retrieved 3 December 2011.
  25. "nginx documentation". nginx.org. Retrieved 9 June 2015.
  26. "3rdPartyModules — Nginx Community". wiki.nginx.org. Retrieved 9 June 2015.
  27. "How to monitor NGINX". Datadog. 9 July 2015. Retrieved 9 July 2015.
  28. "Application Load Balancing with NGINX Plus". NGINX. Retrieved 9 July 2015.
  29. "NGINX vs. Apache: Our View of a Decade-Old Question". NGINX. 9 October 2015. Retrieved 28 December 2016.
  30. "Web server performance comparison". DreamHost. Retrieved 28 December 2016.
  31. "NGINX vs. Apache (Pro/Con Review, Uses, & Hosting for Each) - HostingAdvice.com". HostingAdvice.com. 5 April 2016. Retrieved 28 December 2016.
  32. "Introducing Dynamic Modules in NGINX 1.9.11 - NGINX". NGINX. 2016-02-09. Retrieved 2017-01-13.
  33. "Choosing Your Web Server: Apache Vs. Nginx". Eyerys. 7 December 2016. Retrieved 7 December 2016.
  34. "Nginx: the High-Performance Web Server and Reverse Proxy". Linux Journal. 1 September 2008. Retrieved 16 August 2009.
  35. "Company". nginx.com. 3 January 2012. Retrieved 24 February 2012.
  36. Natasha Starkell (11 October 2011). "Russian Nginx Raises $3 Million From International Investors". Techcrunch. Retrieved 20 November 2014.
  37. Darryl K. Taft (8 February 2012). "NGINX Launches Commercial Support for Open-Source Web Server". e Week. Retrieved 18 October 2013.
  38. Steven J. Vaughan-Nichols (8 February 2012). "Commercial Support now available for the open-source NGINX Web server". ZDNet Open Source blog. Retrieved 18 October 2013.
  39. "Nginx Inc. Launches NGINX Plus". 22 August 2013.
  40. Taft, Darryl K. (8 February 2012). "NGINX Launches Commercial Support for Open-Source Web Server". eweek.com. Retrieved 24 February 2012.
  41. Shankland, Stephen (20 December 2013). "Nginx upgrade funded by fans of Google's SPDY Web protocol". CNET. Retrieved 6 January 2014.
  42. "Commercial Support now available for the open-source NGINX Web server". ZDNet. 8 February 2012. Retrieved 28 February 2012.
  43. Sean Michael Kerner (16 October 2013). "Nginx Raises $10 Million in New Funding for Server Development". e Week. Retrieved 18 October 2013.
  44. Frederic Lardinois (15 October 2013). "Nginx Raises $10M Series B Round Led By NEA". Techcrunch. Retrieved 20 November 2014.
  45. Jolie O'Dell (15 October 2013). "Nginx ties up a sweet $10M funding deal and hundreds of millions of users". Venture Beat. Retrieved 18 October 2013.
  46. Frederic Lardinois (9 December 2014). "Nginx Raises $20M Series B1 Round To Drive International Expansion". Techcrunch. Retrieved 9 December 2014.
  47. Jordan Novet (9 December 2014). "Nginx gets $20M, because an open-source web server is just the beginning". VentureBeat. Retrieved 9 December 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.