<div dir="ltr">Hi Everyone,<br>I&#39;m newbie to this world of webservers/loadbalancing... so forgive me if I talk anything that makes no sense<br>So my question is there any option where I can say route all the outgoing traffic directly to the client(destination)?<br>

Basically the current setup is this way:<br><br>1) All incoming traffic comes through one manchine where nginx acts as the load balancer and also<br>a web server for the static content serving<br><br>2)&nbsp; For Dynamic content the requests are passed on to the backend apache webservers... where the requests <br>

are processed and sent back to nginx which is routed to the client(browser).<br><br>Now in step 2) I want all the outgoing traffic to be routed to the client(browser) directly rather than through nginx...<br><br>I remember it was possible in LVS<br>

Link:<a href="http://www.ultramonkey.org/3/topologies/hc-ha-lb-overview.html" target="_blank">http://www.ultramonkey.org/3/topologies/hc-ha-lb-overview.html</a><br><br>Additionally I have one more question, how is a failover for nginx managed? heartbeat? <br>

or is there an inbuilt module to do that?<br><br>Once I&#39;m done I will post my configuration for you guys to&nbsp; comment upon...<br><br>Regards<br>Harish</div>