michael stoeckel wrote at 2003-5-14 23:43 +0200: > I need to have my Zope listening on two different network interfaces > i.e. two different IP addresses, is this possible? The default behaviour is to listen on all IP addresses. Only when you specify an explicit IP (which might be given by a hostname), then Zope listens only on that IP. Dieter