[Zope-dev] multiple servers!

Tim McLaughlin tim@iterationzero.com
Tue, 12 Jun 2001 10:37:41 -0700


Stian,
It's probably nicer to use the -P option for z2.py which allows you to
specify a port offset for all ZServer services.

ie. -P 8001 puts http on 8081 and ftp on 8022
or  -P 8002 puts http on 8082 and ftp on 8023

--Tim

PS.  sorry all for the Base64 encoding on the previous message.

_____________________________________________________
Tim McLaughlin
Iteration Zero - www.iterationzero.com
703-481-2233


Message: 8
Date: Mon, 11 Jun 2001 12:04:31 +0200 (CEST)
From: Erik Enge <erik@thingamy.net>
To: Stian Jenssen <stian.jenssen@nrk.no>
cc: "'zope-dev@zope.org'" <zope-dev@zope.org>
Subject: Re: [Zope-dev] multiple servers!

On Mon, 11 Jun 2001, Stian Jenssen wrote:

> I wan't to run two webservers on the same machine one, zope/apache an
> one apache.  Can I set it up with 2 ports eg. 8080 and 80 but how do I
> do it?

Edit the z2.py file in your zope/ directory, look for HTTP_PORT and adjust
that to your needs.