Home > Article > Backend Development > Apache2.4 and Nginx
Is the current Apache2.4 still a blocking multi-process server model? Which one is more popular now, Nginx?
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