Load-balancing on apache2?

3 risposte [Ultimo contenuto]
deavmi
Offline
Iscritto: 02/19/2015

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]`?

lembas
Offline
Iscritto: 05/13/2010

For the mirroring I believe rsync is the right tool. It supports delta operations (i.e. copies only what has changed).

deavmi
Offline
Iscritto: 02/19/2015

I really thought wget --mirror wouldbdo that. But anyway, I will use rsync.

deavmi
Offline
Iscritto: 02/19/2015

How do you use rsync for mirroring a whole directory?