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