Submitted by deavmi on Fri, 06/05/2015 - 20:53
Load-balancing on apache2?
Fri, 06/05/2015 - 20:53
Does anybody know how to get load-balacing going with apache2, also hwo would I mirror contents accroos the servers (static HTML content, no databases), I could use a cron-job and use `wget --mirror [server ip and directory]`?
Sat, 06/06/2015 - 06:21
#1
For the mirroring I believe rsync is the right tool. It supports delta operations (i.e. copies only what has changed).