smartcity
smartcity

Reputation: 201

Openshift Haproxy Layer 7 Wrong Status

I have an application on Openshift which has been working fine for months and suddenly has gone 503. Haproxy Status says Layer 7 Wrong Status Internal Server Error

I have checked the logs and there is no mention of anything particular. I have check the usage quota and it's well below the 1024M limit. I have restarted the app many times with no success. I have checked haproxy.cfg and the root gear address is correct.

How can this happen? It seems all is lost an there is no documentation about it.

Upvotes: 2

Views: 4400

Answers (1)

user2879327
user2879327

Reputation:

Basically that error means that your application on your gears (behind the haproxy) is not reachable. Can you verify that you have something listening on the root context (/) of your application? It might also help to see the actual logs, along with your application url.

Upvotes: 1

Related Questions