Install and Configure HaProxy LBR- Failed-curl succeeded though

Hi All,

Can you please tell me what is wrong here? I attached screenshots from my solution:

Thank you

Hi @Inderpreet, can you please check this one?

Thank you

Hello, aeldemerdash
You have to write APP Server IP addresses instead of 127.0.0.1. That’s the reason HAproxy load balancer not able to connect to app servers.
You are doing curl command and successfully executed because they are sat on that port.
I also noticed that you sat app server hosts name in the wrong block that’s serving up images, stylesheets instead of you need to set in the backends block, just bottom one and it’s already written in the commented statements.

1 Like

Hi @Tej-Singh-Rana,

I compared my config with this one here where @Inderpreet marked it as correct answer for antoniopp.

What is the difference?

Thank you

But if you noticed that default_backend sat to static and backend static. In your case, default_backend sat to app and backend app is for 127.0.0.1. I hope you got my point.

Got it.

Thanks a lot.

Don’t worry in near future, you will get assigned this task again and will be successfully done by you. :+1:

1 Like