so i'm launching haproxy like below:
#!/bin/sh
pidfile=/data/haproxy.pidhaproxy -db -f /haproxy-1.5.8/haproxy.cfg -p
$pidfile -sf $(cat $pidfile)
Then i use the stats page to monitor the server list.
I drop in a new cfg file with an added or removed server, however, the stats
page does not show any changes.
The old servers (now removed from the cfg) continue to get hit as well.
Is this because of -db or is there something else that I'm missing?
When i do a
cat /data/haproxy.pid
and compare that with what a ps command shows i see that -sf has the right value
thanks
jeff