[ZCM] [ZC] 1237/ 1 Request "zope.conf: confusing pre-filled values for "address" directive for "http-server" and "ftp-server""

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Thu Feb 19 16:34:03 EST 2004


Issue #1237 Update (Request) "zope.conf: confusing pre-filled values for "address" directive for "http-server" and "ftp-server""
 Status Pending, Zope/feature+solution low
To followup, visit:
  http://zope.org/Collectors/Zope/1237

==============================================================
= Request - Entry #1 by Anonymous User on Feb 19, 2004 4:34 pm

The pre-filled adress values should rather be "80", and "21", respectively.

The naive user will use the pre-filled values as below, and will end up with a Zope which listens on 8080+8080 = port 16160.

----------------------------------------------------------
<http-server>
  # valid keys are "address" and "force-connection-close"
  address 8080
  # force-connection-close on
</http-server>

<ftp-server>
  # valid key is "address"
  address 8021
</ftp-server>
-----------------------------------------------------------
==============================================================




More information about the Zope-Collector-Monitor mailing list