Can one zope server host to websites with two different IPs?
Can one zope server host to websites with two different IPs? Can someone teach me how this is done? --------------------------------- Yahoo! FareChase - Search multiple travel sites in one click.
--On 3. November 2005 05:55:24 -0800 Allen Huang <swapp0@yahoo.com> wrote:
Can one zope server host to websites with two different IPs?
Can someone teach me how this is done?
AFAIK you can bind a single *server* (http; webdav, ftp) only to a single IP address or to all (0.0.0.0). -aj
On 3 Nov 2005, at 13:55, Allen Huang wrote:
Can one zope server host to websites with two different IPs?
Can someone teach me how this is done?
No teacher needed, see zope.conf. You can have Zope deliver content on any IP and port the user running Zope is allowed to bind to. jens
On 11/3/05, Allen Huang <swapp0@yahoo.com> wrote:
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 ------------------------------
participants (4)
-
Allen Huang -
Andreas Jung -
Jens Vagelpohl -
Robert Boyd