Commit 2e75a35b authored by Stefan H. Holek's avatar Stefan H. Holek

Changed 'fast_listen' zope.conf option to 'fast-listen'.

parent 80a35459
......@@ -12,6 +12,11 @@ Zope Changes
interfaces (on import of the Interface package). That package
is already gone on the trunk.
Bugs Fixed
- Fixed against-the-rules zope.conf option 'fast_listen' to read
'fast-listen' (dash, not underscore).
Zope 2.11 rc 1 (2008/05/08)
Bugs Fixed
......
......@@ -19,10 +19,10 @@
receive WebDAV source responses to GET requests.
</description>
</key>
<key name="fast_listen" datatype="boolean" default="on">
<key name="fast-listen" datatype="boolean" default="on">
<description>
Defines wether the http server should listen to requests immediately
or only after zope is ready to run
Defines whether the HTTP server should listen for requests
immediately or only after Zope is ready to run.
</description>
</key>
<key name="use-wsgi" datatype="boolean" default="off" />
......
......@@ -975,8 +975,7 @@ instancehome $INSTANCE
#
# To defer the opening of the HTTP socket until the end of the
# startup phase:
# fast_listen false
#
# fast-listen off
</http-server>
# Examples:
......
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