[Zope] running multiple Zopes behind Appache

Frank Tegtmeyer ftelist@lightwerk.com
29 Apr 2001 12:34:55 +0200


"Jason Cunliffe" <jasonic@nomadicsltd.com> writes:

> hmm.. no tried setting it to port:7777 instead of 88

It's the FTP server, not the HTTP server:

>   File "/web/Zope-eturb/ZServer/medusa/ftp_server.py", line 725, in __init__
>     self.bind ((self.ip, self.port))
...
> socket.error: (98, 'Address already in use')

Either change the ports of ALL running servers that Zope serves or use
the -P switch for z2.py to do this more conveniently.

Regards, Frank