LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Apache Load Balancer. (https://www.linuxquestions.org/questions/linux-networking-3/apache-load-balancer-670972/)

nishith 09-19-2008 02:06 AM

Apache Load Balancer.
 
Using fedora 7 , i386 build.

I have a NAT gateway based on linux. Inside LAN,I have two computers having basic apache configured.

Now,I need to configure apache load balancer between my 2 LAN computers only.

I tried to deploy "balance-3.42.tar.gz"tool ,but it is not compiling properly.So,the installation was failed.

Now,I would like to know that "Is there any tool available for apache load balancer"

Also,If there is any "iptables" rule can be possible for load balancer,kindly let me know.

Waiting,

Nishith N.Vyas.

bathory 09-19-2008 08:00 AM

Quote:

Now,I would like to know that "Is there any tool available for apache load balancer"
You can use reverse proxy with mod_rewrite. Scroll down this guide for more details.
Quote:

Also,If there is any "iptables" rule can be possible for load balancer,kindly let me know.
Read this tutorial to see how you can do this with iptables.
You can also use the round robin capability of dns for load balancing if you're managing your own name server.

Regards


All times are GMT -5. The time now is 12:32 PM.