Under what circumstances should Apache and Nginx be used?
巴扎黑
巴扎黑 2017-05-16 17:00:28
0
4
642

Under what circumstances should these two proxy servers be used? I have read many articles describing these two differences, but I still feel confused. In fact, I just want to know under what circumstances I should use these two different proxy servers.

A note here:
All my static files are deployed to the CDN acceleration platform, and I am only considering using it as a PHP script processing server.

巴扎黑
巴扎黑

reply all(4)
给我你的怀抱

Be familiar with which one to use, first meet the business needs, then try every means to get nginx, and then migrate!

In fact, nginx’s asynchronous IO model can improve the performance of static file access, which is worth using. There are also scalability nginx lua and openresty

过去多啦不再A梦

If you have the conditions, use nginx. If there are no conditions, you should use nginx if you create the conditions. Just use it.

给我你的怀抱

Apache came out earlier, nginx came out later.
If your website is not very large, there is no difference

巴扎黑

Just nginx, that’s right

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!