6 Nov
2002
6 Nov
'02
7:36 a.m.
Jack Coates wrote:
Hi,
I have two Linux machines, both running Zope at 8080 and Apache at 80 with ProxyPass redirects to Zope. MachineA runs four virtual hosts behind a single IP. A nightly rsync copies the entire zope tree from MachineA to MachineB. Both machines use VHM/SiteRoot to return www.hostname.tld, and one of the virtual sites is load-balanced with round-robin DNS of the www record. I'd like to eventually balance all the domains.
You could disable loadbalancing for /manage urls (you'd have to change apache rewrite rules a bit - providing you use apache for round-robin). A more general solution would be to use zeo instead of nightly rsync. hth Philippe