Load-balancing on apache2?

3 réponses [Dernière contribution]
deavmi
Hors ligne
A rejoint: 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
Hors ligne
A rejoint: 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
Hors ligne
A rejoint: 02/19/2015

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

deavmi
Hors ligne
A rejoint: 02/19/2015

How do you use rsync for mirroring a whole directory?