Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Getting an error 503 while following the tutorial #13

Open
Toofle opened this issue Jan 28, 2016 · 0 comments
Open

Getting an error 503 while following the tutorial #13

Toofle opened this issue Jan 28, 2016 · 0 comments

Comments

@Toofle
Copy link

Toofle commented Jan 28, 2016

I followed the tutorial to set up an ASP.NET cartridge but when pressing the link it didn't work. It kept the 503 error from haproxy.

I found the answer to this issue and i hope it can help other people. The resolve this issue follow these steps:

  1. ssh into your application. The links is on the right side of your application.
  2. go the to map /haproxy/conf [cd haproxy/conf]
  3. edit the cfg file [nano haproxy.cfg]
  4. go to the line where it says "option httpchk GET /"
  5. place a # in front of the row to disable the option.
  6. press CTRL + X to close the file, press Y to save, press Y again to keep the same name
  7. reload haproxy [ctl_app restart]

I hope it can help anyone else, because I was stuck on this part for quite some time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant