13 Nov
2003
13 Nov
'03
8:49 p.m.
Yurj wrote at 2003-11-13 12:35 -0100:
How can I run Zope on 80 AND 8080 port, so it answer to both ports? :)
As Andreas already wrote: look at "python z2.py -h". You are looking for the "-w" option: -w port The Web server (HTTP) port. This defaults to 8080. The standard port for HTTP services is 80. If this is a dash (e.g. -w -), then HTTP is disabled. The number can be preeceeded by an ip address follwed by a colon to specify an address to listen on. This allows different servers to listen on different addresses. Multiple -w options can be provided to run multiple servers. -- Dieter