nginx
From Wikipedia, the free encyclopedia
| Developer(s) | Igor Sysoev |
|---|---|
| Stable release | 0.7.59 / 2009-05-25 |
| Operating system | Unix-like, Windows |
| Type | Web server, E-mail proxy |
| License | BSD-like |
| Website | www.nginx.net |
nginx (pronounced as "engine X") is a lightweight, high performance web server/reverse proxy and e-mail (IMAP/POP3) proxy, licensed under a BSD-like license.
Contents |
[edit] Users
Originally, nginx was developed to fill the needs of various websites run by Rambler. According to the May 2009 Netcraft survey, nginx is now used on 6,342,250 domains, making it the fifth most popular web server[1].
[edit] Basic HTTP features
- Handling of static files, index files and auto-indexing
- Reverse proxy with caching
- Load balancing
- fault tolerance
- SSL support
- FastCGI support
- Name- and IP-based virtual servers
- FLV streaming
- MP4 streaming, using the MP4 streaming module
- Web page access authentication
- gzip compression
[edit] Mail proxy features
It is known to be able to run on UNIX, Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows (using Cygwin). A native Windows version is being worked on in the experimental release.
[edit] See also
[edit] External links
[edit] Articles
- Geolocation with Nginx and free IP database for geo_module.
- Nginx "HOW TO" - Fast and Secure Web Server with fully working examples and explanations.
- Open Source SSL Acceleration with Nginx
[edit] References
- ^ "May 2009 - Netcraft Web Server Survey". http://news.netcraft.com/archives/2009/05/27/may_2009_web_server_survey.html. Retrieved on 2009-05-27.

