@kingkonghost wrote:
hi
i have a whm server that i need to fully hide the ip address of this server.
i setup haproxy 1.7.8 on vps
then i add this configuration :
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats timeout 30s
user haproxy
group haproxy
daemondefaults
log global
mode http
option httplog
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000frontend http_front
bind *:80
mode http
stats uri /haproxy?stats
default_backend http_backbackend http_back
balance first
mode http
server whm ***.***.***.***:80 checki found this configuration in some tutorial but i need the missing part of this config
i check my whm server with port scan and now i know what ports should be in this config
here is the result :
please help me to complete the config file of haproxy
Posts: 1
Participants: 1