[Zope] running multiple Zopes behind Appache
Dieter Maurer
dieter@handshake.de
Sat, 28 Apr 2001 23:46:21 +0200 (CEST)
Jason Cunliffe writes:
> When I try to run a zecond Zope on port 88 I get an error"
>
> error:
> ....
> File "/web/Zope-eturb/ZServer/medusa/asyncore.py", line 242, in bind
> return self.socket.bind (addr)
> socket.error: (98, 'Address already in use')
There is another server (probably not Zope) using port 88.
You either need to locate this server and shut it down or
give Zope a different port.
Dieter