You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: