Nginx : Popular High Performance Web Server

Nginx : Popular High Performance Web Server          Nginx is a popular light weight  high performance web server and reverse proxy server.Igor Sysoev is the author of nginx.And it runs on all popular operating systems.Nginx can server as a load balancer it uses as asynchronous event-driven approach to handling requests instead of thread or process oriented approach.

It supports all the function apache web server does like reverse proxy,load balancing,URL rewriting,SSI,SSL Support,Fast CGI..etc.Nginx was found to be the third most widely used web server across all domains.You can find more information here.Most popular Rambler (Russian search engine )running in nginx.
It is a free open source software since the beginning with its sources licensed under 2-clause BSD-like license.

Tagged with  
,

Related posts:

  1. Difference between Web Server and Application Server
  2. Play Angry Birds from Web Browsers

Comments are closed.