using centos 7 as haproxy 1.8
# useradd -r haproxy
using centos 7 as haproxy 1.8
# useradd -r haproxy
using centos 7 as haproxy 1.8
# yum info haproxy
using centos 7 as haproxy 1.8
$ cd haproxy-1.7.5/
using centos 7 as haproxy 1.8
# chmod 755 /etc/init.d/haproxy
using centos 7 as haproxy 1.8
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
defaults
log global
mode http
option httplog
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000
frontend http_front
bind *:80
stats uri /haproxy?stats
default_backend http_back
backend http_back
balance roundrobin
server my_server private_IP:80 check
server my_server private_IP:80 check
using centos 7 as haproxy 1.8
# mkdir -p /etc/haproxy
# mkdir -p /run/haproxy
# mkdir -p /var/lib/haproxy
# touch /var/lib/haproxy/stats
using centos 7 as haproxy 1.8
# systemctl restart haproxy
using centos 7 as haproxy 1.8
$ wget http://www.haproxy.org/download/1.7/src/haproxy-1.7.5.tar.gz -O ~/Packages/haproxy.tar.gz
using centos 7 as haproxy 1.8
# cp haproxy-1.7.5/examples/haproxy.init /etc/init.d/haproxy
using centos 7 as haproxy 1.8
$ make TARGET=generic ARCH=native CPU=x86_64 -j8
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us