arbitrageur Posted November 20, 2014 Share Posted November 20, 2014 (edited) 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. Edited November 20, 2014 by arbitrageur Quote 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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.