[Zope] FTP crashing Zope?
Dieter Maurer
dieter@handshake.de
Wed, 30 Aug 2000 21:48:55 +0200 (CEST)
Dario =?ISO-8859-1?Q?Lopez-K=E4sten?= writes:
> Using FTP Explorer I crashed (killed) my Zope instance while ftping in to
> port 8021. This was achieved by not setting FTP Explorer to use PASSIVe
> connections. Using Passive it works like a charm.
>
> Is this a bug in latest Zope (2.2.1) or is this expected behaviour? If, the
> latter is the case, what can I do to a) turn off FTP access, b) make sure
> that my Zope is up and running automagically after a crash?
a) look at the documentation in "z2.py".
It tells you, how to selectively enable/disable protocols.
b) When my Zope had crashed, it usually restarted automatically.
Dieter