LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Running a website which load sharing on many server!!! (https://www.linuxquestions.org/questions/linux-server-73/running-a-website-which-load-sharing-on-many-server-594470/)

celeron 10-25-2007 06:24 AM

Running a website which load sharing on many server!!!
 
Dear all,
I'm running my webserver (RHEL4,MySQL,Apache,Php) on one server. Recently, there are many connections to my server and the server become to be overload. Now, i want to run the webserver on three servers to load sharing . Do you have any ways to implement this issue?

Could you refer me to any solutions for building a large web system?

Many thanks,

wolfperkins 10-25-2007 06:37 AM

There are many ways this could be done.

You could use one server for reverse proxy (i.e. only apache). One more server just for the database. And as many web servers as you want in between with apache/php.

WMware server might be of assistance in this in its ability to virtualize the servers.

jschiwal 10-25-2007 07:05 AM

You may want to visit the squid.org website and download some of their documentation.

bathory 10-25-2007 08:23 AM

An easy way to do this is to use dns and setup a round robin mechanism.

celeron 10-25-2007 08:18 PM

Many thanks!
I hope that the ways which you suggested is suitable for my case.


All times are GMT -5. The time now is 01:26 AM.