WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: crnogorac081 on September 06, 2011, 09:12:42 PM

Title: tutorial ?
Post by: crnogorac081 on September 06, 2011, 09:12:42 PM
Hi,

do you know any tutorial how to setup 2 or more paralel web servers and connect them to optimize server load ?

cheers
Title: Re: tutorial ?
Post by: kweitzel on September 06, 2011, 10:17:36 PM
I take it you mean Linux based Network Load Balancing ... first of all there is LVS (http://www.linuxvirtualserver.org/)

The most simple solution is a basic "DNS round robin" solution. Mind you, it does no real load balancing, it just distributes the requests one after the other. If one node of the NLB Cluster fails, this version still sends the users to it ;-)

You should define a bit more what HW you have available for that purpose (single or dual NICs) and if you want loadbalancing with failover or just the simple DNS solution ... and with paralel .. do you mean the ISP controlpanel or just 2 (or more) webservers?

cheers

Klaus
Title: Re: tutorial ?
Post by: pcwacht on September 07, 2011, 08:33:10 AM
I love Google : apache + loadbalancing

http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster
http://www.linuxdocs.org/HOWTOs/Apache-Overview-HOWTO-7.html
http://wiki.magnolia-cms.com/display/WIKI/Guide+-+How+to+configure+an+apache+load+balancer

These will get you started

John
Title: Re: tutorial ?
Post by: crnogorac081 on September 07, 2011, 09:17:43 AM
thanks both :)