run webserver multi places

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
I want to be able to run my website on multiple web servers.. so I would pack up the entire yetishare folder with index.php and everything, and mirror it on another machine

and then point mydomain.com to both IP's of both machines

so when someone goes to mydomain.com it wouldnt matter what IP/machine they hit

Can you add support for this? This would be great.. Really preferred
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
This is better managed at the server level rather than the script. You should look into load balancing to distribute requests to multiple servers. So single database still but multiple servers running the code. The load balancer will do the work of sending visitors to the right server.