본문 바로가기
반응형

Middleware3

[퍼온 글] 포워드 프록시 vs 리버스 프록시 출처: https://firework-ham.tistory.com/23 1. Proxy 프록시 서버를 위키 백과에서 찾아보면 아래와 같은 의미를 찾아볼 수 있습니다. 프록시 서버는 클라이언트가 자신을 통해서 다른 네트워크 서비스에 간접적으로 접속할 수 있게 해 주는 컴퓨터 시스템이나 응용 프로그램을 가리킨다. 서버와 클라이언트 사이에 중계기로써 대리로 통신을 수행하는 것을 가리켜 '프록시', 그 중계 기능을 하는 것을 프록시 서버라고 부른다. 위키 백과의 의미처럼 프록시는 중계 서버입니다. 클라이언트와 서버 간 통신을 직접 하지 않고 중계 서버인 프록시 서버를 사용하여 보안, 트랙픽 분산 등.. 여러 장점을 가질 수 있도록 해주는 고마운 서버입니다. 또한 프록시 서버는 서버로 요청된 내용을 캐시 해 놓고.. 2020. 6. 15.
웹투비 - 제우스 연동 https://technet.tmaxsoft.com/ko/front/download/viewDownload.do?cmProductCode=0101&version_seq=PVER-20171211-000001&doc_type_cd=DN#download Message technet.tmaxsoft.com https://technet.tmaxsoft.com/ko/front/download/viewDownload.do?cmProductCode=0102&version_seq=PVER-20180725-000001&doc_type_cd=DN Message technet.tmaxsoft.com https://kr.tmaxsoft.com/img/service/pdf/manual/WebtoB_4.1_Admin_Guide.pdf 2020. 6. 12.
Nginx 와 HAProxy nginx 부하분산 https://nginx.org/en/docs/stream/ngx_stream_upstream_module.html Module ngx_stream_upstream_module Module ngx_stream_upstream_module The ngx_stream_upstream_module module (1.9.0) is used to define groups of servers that can be referenced by the proxy_pass directive. Example Configuration upstream backend { hash $remote_addr consistent; server backend1.e nginx.org https://seokjun.kim/h.. 2020. 3. 9.
반응형