HAPROXY server configuration

Hi, I am trying to access the servers but unable to do them via curl.
As I have done the entries.
Please someone help!

Hi,

Were you able to complete this task? I am unable to and having the same type of difficulty. Please suggest what should I put for those backend server

Each backend server should be using port 5000. I only found out by failing the exercise and seeing the output from the verification checks. I’m not sure how we were supposed to know the port number to use.

No I passed this task, Its very simple actually. All you have to do is ssh into any of the app server and check the httpd.conf file which is located in /etc/httpd/conf folder. This will have a line Listen 3001 or any port that it may be running on. This is the port number that should be added along with app server ip address in to the haproxy.cfg file. Also you need to change frontend port no to 80 this is where the internet-facing clients will reach on the stlb01 load balancer. There is no need to add stlb01 ipaddress into the backend server entry in haproxy.cfg. That was it. It worked for me.