Commit 2eb38a6d authored by Florent Guillaume's avatar Florent Guillaume

Comment out the ftp server by default in zope.conf.

This won't affect already configured instances.
parent fbf5d6c2
......@@ -853,8 +853,7 @@ instancehome $INSTANCE
#
# Default:
#
# An HTTP server starts on port 8080, an FTP server starts on port
# 8021.
# An HTTP server starts on port 8080.
<http-server>
# valid keys are "address" and "force-connection-close"
......@@ -862,13 +861,13 @@ instancehome $INSTANCE
# force-connection-close on
</http-server>
<ftp-server>
# valid key is "address"
address 8021
</ftp-server>
# Examples:
#
# <ftp-server>
# # valid key is "address"
# address 8021
# </ftp-server>
#
# <webdav-source-server>
# # valid keys are "address" and "force-connection-close"
# address 1980
......@@ -888,7 +887,7 @@ instancehome $INSTANCE
#
# <monitor-server>
# # valid keys are "address"
# address 99
# address 8099
# </monitor-server>
#
# <icp-server>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment