User Tools

Site Tools


informatica:linux:haproxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:linux:haproxy [2012/12/18 10:16] javiinformatica:linux:haproxy [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 11: Line 11:
  
   sudo aptitude update; sudo aptitude install haproxy   sudo aptitude update; sudo aptitude install haproxy
 +
 +
  
 ==== Fuentes ==== ==== Fuentes ====
 +
 +Importante para obtener soporte SSL
  
 1. (Opcional) Instalar dependencias: 1. (Opcional) Instalar dependencias:
Line 18: Line 22:
   sudo aptitude update; sudo aptitude install build-essential libpcre3-dev libssl-dev   sudo aptitude update; sudo aptitude install build-essential libpcre3-dev libssl-dev
  
 +2. Descargar:
 +
 +  cd /usr/local; sudo wget -c --tries=0 http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev15.tar.gz
 +
 +3. Descomprimir
 +
 +  sudo tar xvfz haproxy-1.5-dev15.tar.gz; sudo ln -s haproxy-1.5-dev15 haproxy
 +
 +4. Compilar:
  
 +  cd /usr/local/haproxy; make TARGET=linux2628 USE_STATIC_PCRE=1 USE_OPENSSL=1 
 +  sudo make install
  
 ===== Config ===== ===== Config =====
informatica/linux/haproxy.1355825805.txt.gz · Last modified: 2015/04/13 20:19 (external edit)