Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4748

HAProxy with PostgreSQL for Transparent IP

$
0
0

@jobinau wrote:

I have HAProxy configuration like :

listen master
bind *:5000
option httpchk OPTIONS /master
http-check expect status 200
default-server inter 3s fall 3 rise 2 on-marked-down shutdown-sessions
server pg0 pg0:5432 maxconn 100 check port 8008
server pg1 pg1:5432 maxconn 100 check port 8008
server pg2 pg2:5432 maxconn 100 check port 8008

How to have Transparent IP configuration such that client IP is passed to Server rather than IP of the HAProxy server?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4748

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>