0

I currently have 2 application server nodes behind an apache mod_proxy+mod_balancer load balancer . I am about to deploy a third server, but I want to do a quick test on it. Is there a way I can have my load balancer redirect only my workstation's static IP address to the third node for testing?

MDMarra
  • 100,734
  • 32
  • 197
  • 329

1 Answers1

0

Turns out, I was making it to complicated. I simply edited my /etc/hosts to point directly to the new server's IP address.