DevOps/Server
-
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..
-
Servlet and Common Gateway Interface(CGI)DevOps/Server 2019. 8. 23. 20:48
1. Overview Servlet technology is used to create a web application which resided at server-side and generate a dynamic web page. Servlet technology is robust and scalable because of java language. Before Servlet, Common Gateway Interface(CGI) scripting language was common as a serverside programming language. However, there were many disadvantages to this technology. 2. Description 2.1 Common Ga..