Home  >  Article  >  Backend Development  >  Apache2.4 and Nginx

Apache2.4 and Nginx

WBOY
WBOYOriginal
2016-12-01 01:27:35975browse

Is the current Apache2.4 still a blocking multi-process server model? Which one is more popular now, Nginx?

Reply content:

Is the current Apache2.4 still a blocking multi-process server model? Which one is more popular now, Nginx?

The communication between nginx and php-fpm uses php-fpm as a server
The communication between Apache and php-fpm uses php-fpm as a module
Different communication modes have different features nginx has higher performance than Apache and is naturally supported The load balancing level is highly scalable and supports reverse generation. Apache threads are safer and more stable than nginx. Most companies currently use nginx.

nginx is now used more by large enterprises. nginx has reverse proxy (security), better performance (concurrency), and load balancing

Don’t think about anything else if nginx is good.

I mainly use nginx now

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn