Can one zope server host to websites with two different IPs?
Apache can do IP-based virtual hosting on a single server
that has multiple IP addresses, and use RewriteRules to forward the
requests either to different Zope instances or to one Zope instance but
different sites within the instance. Each site could have its own host
name as well.
Rob