[Zope] z2.py with -a option: ZServer FTP server not listening on correct ip address

2000-07-18 Thread Joseph Wayne Norton
I'm using the following start file: #! /bin/sh reldir=`dirname $0` PYTHONHOME=`cd $reldir; pwd` export PYTHONHOME exec /usr/local/bin/python \ $PYTHONHOME/z2.py -u zope -a zope.domain.com -w 80 -f 8021 -F 8080 \ -D "$@" and for simply testing purpos

[Zope] zope+fastcgi: zope listening on multiple ports for fastcgi?

2000-07-18 Thread Joseph Wayne Norton
Is there any restriction to having zope listen on multiple ports for fastcgi? I would like to have more than 1 apache server talking to the same zope server. I'm not sure if this is a restriction or not for fastcgi or if it is possible to simply setup another port(s) for fastcgi? regards, - jo