[Zope] Listening on specific interfaces

Frank Tegtmeyer fte@d.de.mqi.net
Wed, 1 Mar 2000 18:08:14 +0100


> I want to be able to have Zope listen to a specific network interface, i.e.
> - a virtual IP address that has been created on the server.  This will allow
> me to have multiple Zope sites running on the same machine.  How can this be
> accomplished?  Any/all suggestions are greatly appreciated.

You could run Zopes behind an Apache server and connect via ProxyPass or 
FastCGI. This would even allow virtual servers on one IP address.

Regards, Frank