[Zope3-checkins] SVN: Zope3/trunk/zope Disable the FTP server by
default
Julien Anguenot
ja at nuxeo.com
Mon Aug 15 08:04:25 EDT 2005
Log message for revision 37936:
Disable the FTP server by default
Changed:
U Zope3/trunk/zope.conf.in
U Zope3/trunk/zopeskel/etc/zope.conf.in
-=-
Modified: Zope3/trunk/zope.conf.in
===================================================================
--- Zope3/trunk/zope.conf.in 2005-08-15 11:55:32 UTC (rev 37935)
+++ Zope3/trunk/zope.conf.in 2005-08-15 12:03:55 UTC (rev 37936)
@@ -10,6 +10,12 @@
address 8080
</server>
+# uncomment this if you want the FTP server up and running
+#<server ftp>
+# type FTP
+# address 8021
+#</server>
+
# For debugging purposes, you can use this publisher instead/as well
# (obviously if it's as well, use a different port number). If there's
# an exception, Zope will drop into pdb at the point of the exception.
@@ -18,11 +24,6 @@
# address 8080
#</server>
-<server ftp>
- type FTP
- address 8021
-</server>
-
# Standard Filestorage
<zodb main>
<filestorage>
Modified: Zope3/trunk/zopeskel/etc/zope.conf.in
===================================================================
--- Zope3/trunk/zopeskel/etc/zope.conf.in 2005-08-15 11:55:32 UTC (rev 37935)
+++ Zope3/trunk/zopeskel/etc/zope.conf.in 2005-08-15 12:03:55 UTC (rev 37936)
@@ -20,6 +20,12 @@
address 8080
</server>
+# uncomment this if you want the FTP server up and running
+#<server ftp>
+# type FTP
+# address 8021
+#</server>
+
# For debugging purposes, you can use this publisher instead/as well
# (obviously if it's as well, use a different port number). If there's
# an exception, Zope will drop into pdb at the point of the exception.
@@ -29,11 +35,6 @@
# address 8080
#</server>
-<server>
- type FTP
- address 8021
-</server>
-
# Standard Filestorage
<zodb>
<filestorage>
More information about the Zope3-Checkins
mailing list