反向Web服務器代理 Pound

openkk 12年前發布 | 21K 次閱讀 HTTP Web服務器

Pound 是Web服務器的反向 HTTP 代理,負載均衡器和 HTTPS 前端。Poun能夠在多個Web服務器之間分發負載,并能夠為這些Web服務器提供一個便利的SSL封裝。Pound可以是:

  1. 一個反向代理:it passes requests from client browsers to one or more back-end servers.
  2. 一個負載平衡器: it will distribute the requests from the client browsers among several back-end servers, while keeping session information.
  3. 一個SSL封裝器:Pound will decrypt HTTPS requests from client browsers and pass them as plain HTTP to the back-end servers.
  4. 一個HTTP/HTTPS過濾器:Pound will verify requests for correctness and accept only well-formed ones.
  5. 一個故障轉移服務器:should a back-end server fail, Pound will take note of the fact and stop passing requests to it until it recovers.
  6. 一個請求重定向:requests may be distributed among servers according to the requested URL.

項目主頁:http://www.baiduhome.net/lib/view/home/1325119329124

 本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!