arbitrageur Posted November 20, 2014 Share Posted November 20, 2014 So on a cloud computing platform such as AWS, how would one keep the /html folder in Apache identical? I can FTP into one "instance" and modify code easily enough, but how would I push reversions to multiple servers at once? It seems like such a simple question, but the answer eludes me. Link to comment https://forums.phpfreaks.com/topic/292605-horizontal-scaling-how-to-keep-code-identical/ Share on other sites More sharing options...
CroNiX Posted November 21, 2014 Share Posted November 21, 2014 I usually just use git for that, but look into rsync if you aren't already using git. Link to comment https://forums.phpfreaks.com/topic/292605-horizontal-scaling-how-to-keep-code-identical/#findComment-1497226 Share on other sites More sharing options...
jeffreyappel Posted April 13, 2015 Share Posted April 13, 2015 you may find useful information here:eliw.com/presentations/2013/zend13/zend13.scaling.pdf Link to comment https://forums.phpfreaks.com/topic/292605-horizontal-scaling-how-to-keep-code-identical/#findComment-1508893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.