Comparison of the advantages and disadvantages between Apache and Nginx

Source: Internet
Author: User
Tags epoll hosting
http://blog.csdn.net/xifeijian/article/details/17385741

1, the advantages of nginx with respect to Apache:
Lightweight, same Web service, consumes less memory and resources than Apache
Anti-concurrency, Nginx processing requests are asynchronous non-blocking, and Apache is blocking type, in high concurrency, nginx can keep low resource consumption and high performance
Highly modular design, relatively simple to write modules
Community active, a variety of high-performance modules produced quickly


Apache's advantages over Nginx: rewrite, stronger than Nginx's rewrite

Dynamic pages

The module is too much, the basic thought can be found
Fewer bugs, nginx bugs are relatively large

Ultra-Stable

Existence is the reason, in general, the need for performance of Web services, with Nginx. If you don't need performance for stability, then Apache. The latter of the various functional modules implemented than the former, such as the SSL module is better than the former, more configurable items. One thing to note here is that Epoll (FreeBSD is kqueue) network IO Model is the fundamental reason for the high performance of nginx processing, but not all cases are epoll victory, if you provide static services only a few files, Apache Select Models may be more performant than Epoll. Of course, this is just a hypothesis based on the principle of the network IO model, and the actual application still needs to be measured.
2, as a WEB server: using less resources than Apache,nginx, supporting more concurrent connections, reflecting higher efficiency, which makes Nginx particularly popular with virtual hosting providers. In the case of high connection concurrency, Nginx is a good alternative to Apache server: Nginx in the United States is a virtual hosting business owners often choose one of the software platform. Capable of supporting up to 50,000 concurrent connections, thanks to Nginx for choosing Epoll and Kqueue as the development model.
Nginx as a Load Balancer server: Nginx can either directly support the internal Rails and PHP programs outside the service, also can support as an HTTP proxy server external services. Nginx is written in C, which is much better than Perlbal, both in terms of system resource overhead and CPU efficiency.
As a mail proxy: Nginx is also a very good mail proxy server (one of the first to develop this product is also as a mail proxy server), Last.fm describes the success and wonderful use of experience.
Nginx is a very simple installation, the configuration file is very concise (also can support Perl syntax), Bugs very few servers: Nginx boot is particularly easy, and can be almost uninterrupted operation, even if the run for several months do not need to restart. You will also be able to upgrade the software version without interruption of service.
3, Nginx Configuration concise, Apache complex
Nginx static processing Performance 3 times times higher than Apache
Apache support for PHP is relatively simple, Nginx needs to cooperate with other backend
Apache has more components than Nginx
Now Nginx is the preferred Web server, many large Internet enterprises have already used Nginx.
4.The most important difference is that Apache is a synchronous multi-process model, a connection corresponding to a process; Nginx is asynchronous, multiple connections (million levels) can correspond to a process

5, Nginx processing static file is good, consumes less memory. But Apache is undoubtedly still the mainstream, with a lot of rich features. So it needs to be paired. Of course, if you can be sure that Nginx is suitable for your needs, then using Nginx will be a more economical approach.

Apache does not support multi-core processing load of the shortcomings of the chicken, it is recommended to use Nginx front end, the back end with Apache. Large web site recommended with Nginx cluster function

6, from the use of the situation, nginx load capacity is much higher than Apache. and Nginx change the configuration can be-t test configuration is not a problem, the Apache restart when the configuration error found, will be very crash, change will be very cautious now see a lot of cluster station, front-end nginx anti-concurrency, back-end Apache cluster, with good.


7, Nginx processing dynamic request is chicken, general dynamic request to Apache to do, nginx only suitable for static and reverse.
8, Nginx is very bad front-end server, load performance is good, in the old Ben Open Nginx, with Webbench simulation 10,000 static file request without difficulty. Apache support for languages such as PHP is good, and Apache has a strong support network, the development time is more than nginx longer.
9, Nginx is superior to Apache's main two points: 1.Nginx itself is a reverse proxy server 2.Nginx support 7 layer load balancing; Other of course, nginx may support higher concurrency than Apache.
10. Your need for Web server determines your choice. In most cases, Nginx is superior to Apache, such as static file processing, php-cgi support, reverse proxy function, front-end cache, maintenance connection, and so on. In apache+php (prefork) mode, if the PHP process is slow or the front-end pressure is very high, it is easy to get a spike in the number of Apache processes, thereby denying service.
11, can look at the Nginx Lua module: Https://github.com/chaoslaw...apache more than Nginx module, can be directly implemented with LUA Apache is the most popular, why? Most people are lazy to update to nginx or learn new things.
12, for Nginx, it configuration file is very concise, regular configuration makes a lot of things easy to run high efficiency, less resources, proxy powerful, very suitable for the front-end response server.
13, Apache in the processing of dynamic has advantages, nginx concurrency is better, CPU memory consumption is low, if rewrite frequent, it is more suitable for Apache.

The source of this article: collection, collation from the Internet


The above describes the Apache and Nginx advantages and disadvantages of the comparison, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.