[Zope-dev] 2.2.0a1 Problems
Bill Anderson
bill@libc.org
Wed, 17 May 2000 11:55:07 -0600
Chris Withers wrote:
>
> Hi,
>
> Just a few comments after a 5 minute play:
...
> - the -P option doesn't work properly.
> python z2.py -D -P 9000 still resulted in the PCGI server being run on
> port 8090.
> Wasn't there going to be an option so that servers which you don't use
> (monitor and PCGI in this case) don't get started?
-X ...works for me.
Looking at it:
-P [ipaddress:]number
Set the web, ftp and monitor port numbers simultaneously
as offsets from the number. The web port number will be
number+80.
The FTP port number will be number+21. The monitor port number
will
be number+99.