17 May
2000
17 May
'00
5:55 p.m.
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.