"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
From: "Frank Tegtmeyer" <ftelist@lightwerk.com>
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.
Frank FTP-Doh. Thank you! that calls for some fresh air sleep I guess. I have learnt so much in the past couple of days, sorting out the SiteAccess/Apache permutations. This list has been great + all teh How-Tos. Thanks everyone. The Zlight is dawning.. ./Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology']
On Linux isn't it... $ netstat -nl And Win
netstat -a
"Thanks everyone. The Zlight is dawning.." ZopeZen.org people!! Can we add this?
-----Message d'origine----- De : zope-admin@zope.org [mailto:zope-admin@zope.org]De la part de Jason Cunliffe Envoyé : dimanche 29 avril 2001 14:35 À : zope@zope.org; Frank Tegtmeyer Objet : Re: [Zope] running multiple Zopes behind Appache
From: "Frank Tegtmeyer" <ftelist@lightwerk.com>
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.
Frank
FTP-Doh. Thank you!
that calls for some fresh air sleep I guess. I have learnt so much in the past couple of days, sorting out the SiteAccess/Apache permutations. This list has been great + all teh How-Tos. Thanks everyone. The Zlight is dawning..
./Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology']
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Frank Tegtmeyer -
Jason Cunliffe -
Peter Bengtsson