Download List

Projeto Descrição

Surrogate is an HTTP proxy functioning in both forward and reverse proxy modes. It is written in Erlang OTP and uses stream filters for inspecting and modifying data as it passes through the proxy. Additional stream filters can be implemented by writing modules that implement the filter_stream behavior. Reverse proxy features include load balancing. Additional balancer methods can be specified by implementing modules with the gen_balancer behavior. Forward proxy features include gzip compression to end servers, CONNECT support, and an HTTP proxy with authentication that can use MySQL or Mnesia backends. There is also a SOCKS 4/5 proxy listener.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-23 09:58
0.4

Esta versão adicionou o IPv6, clustering, e exames de saúde para piscinas balanceador de carga. Quando implantado com Erlang R14B, terminação SSL trabalha com IPv4 e IPv6. Apoio para os ouvintes clustering requer Cluster Supervisor 0.1. mod_cluster fornece gerenciamento vip vips para IPv4 e IPv6 usando o aplicativo Supervisor Cluster. Substituto suporta o descarregamento de fluxo de trabalho de processamento de filtro para nós trabalhadores. Exames de saúde TCP handshake permitir que hosts para ser retirado piscinas balanceador de carga. A configuração para quantas vezes uma piscina está a ser julgado antes de desistir também foi adicionado.
This release added IPv6, clustering, and health checks for load balancer pools. When deployed with Erlang R14B, SSL termination works with both IPv4 and IPv6. Support for clustering listeners requires Cluster Supervisor 0.1. mod_cluster provides vip management for IPv4 and IPv6 vips by using the Cluster Supervisor application. Surrogate supports offloading stream filter processing work to worker nodes. TCP handshake health checks allow hosts to be dropped from load balancer pools. A configuration setting for how many times a pool is to be tried before giving up has also been added.

Project Resources