[Zope] run Zope on port 80 AND 8080?

Dieter Maurer dieter at handshake.de
Thu Nov 13 15:49:18 EST 2003


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



More information about the Zope mailing list