Apache
-
Difference between Apache and NginxDevOps/MIddleware 2020. 5. 14. 12:24
1. Overview Both Apache and Nginx are open-source high-performance web servers capable of handling diverse workloads to satisfy the needs of modern web demands. They are conceptually close to each other but are close rivals in the web server business. Apache has been the leader in the web server ecosystem for 20 years and is much more popular, however, Nginx is not without its fair share of adva..
-
Forward proxy and Reserve proxyDevOps/Server 2019. 9. 5. 08:38
1. Overview Let's distribute forward and reverse proxy used in Nginx and Apache. 2. Forward Proxy Acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some services, such as files, connection, web page, or other resources available from a different server and the proxy server evaluates the request as a way to si..