open id 

HomeInstallation / Setup

Help with Installation and Setup

Why Disable Redirect Root Request for Clusters? Messages in this topic - RSS

krustykrabpizza
krustykrabpizza
Posts: 33


1/7/2022
krustykrabpizza
krustykrabpizza
Posts: 33
Hello,

I am currently setting up a Decisions Cluster, I noticed in the Documentation that it mentioned to not enable Redirect Root Request. Why would we do this?
0 link
ethan.price@decisions.com
ethan.price@decisions.com
Administrator
Posts: 64


1/7/2022
ethan.price@decisions.com
ethan.price@decisions.com
Administrator
Posts: 64
Hello!

We do not advise enabling Redirect Root Request on a clustered setup. An incoming HTTP request is going to hit the Load Balancer first, before any redirection would take place. Contrary to a single instance, where the request will directly hit the lone web server. Putting this responsibility on the Load Balancer, and letting it direct traffic on its own accord removes that burden from the clustered web servers.

Additionally, doing this on the web server directly can cause issues in cluster communication as the nodes in the clusters communicate with one another.

-Ethan
+2 link
bryan.thomas@decisions.com
bryan.thomas@decisions.com
Administrator
Posts: 94


1/7/2022
bryan.thomas@decisions.com
bryan.thomas@decisions.com
Administrator
Posts: 94
I created a rough chart to kind of explain why we do this. Basically, you shouldn't set this up at the server level in a cluster because it can complicate the cross-node communication. In clusters, the LB handles the web request, where in a single node, where you would want this setup, the request goes right to the server, which handles the redirect

""

+1 link






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software