How to compile and install Nginx
Nginx can be compiled and run on most Unix like OS, and there is a ported version for Windows. at present The 1.0.0 stable version of Nginx has been released. The development version is 0.9.x, the stable version is 0.8.x, and the historical stable version is 0.7.x. It is recommended to use 0.8 series as production releases. On June 1, 2011, nginx 1.0.4 was released. advantage: In the case of high concurrent connections, Nginx is a good substitute for the Apache server: Nginx is one of the software platforms often chosen by the bosses of the virtual hosting business in the United States. capable of supporting up to The response of 50,000 concurrent connections, thanks to Nginx for choosing epoll and kqueue as the development model for us. Nginx as a load balancing server: Nginx can directly support Rails and PHP programs to serve externally internally, and can also be used as The HTTP proxy server provides external services. Nginx is written in C, and it is much better than Perlbal in terms of system resource overhead and CPU usage efficiency. As a mail proxy server: Nginx It is also a very good mail proxy server (one of the earliest…