Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "Status: Degraded" error after trying all steps with server version 9.0 #5

Open
shafiqkhaki opened this issue Dec 2, 2016 · 0 comments

Comments

@shafiqkhaki
Copy link

I followed all steps from this link – but I think editing httpd.conf.templ is not working. I feel there is something quirky about it as when I open .templ file in Notepad it is in ASCII but no “carriage returns” i-e all data looks combined – when I pasted following it creates separate line – I tried both as is and bring lines together by remove last space but both giving same error.

To do this, find this part
<Location /balancer-manager>
SetHandler balancer-manager
Require host 127.0.0.1

and change the Require host part to this RequireAny version:
<Location /balancer-manager>
SetHandler balancer-manager

Require ip ::1
Require ip 127.0.0.1

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

No branches or pull requests

1 participant