[Zope-Checkins] SVN: Zope/branches/2.11/ Changed 'fast_listen' zope.conf option to 'fast-listen'.

Stefan H. Holek stefan at epy.co.at
Fri Jun 6 04:34:23 EDT 2008


Log message for revision 87178:
  Changed 'fast_listen' zope.conf option to 'fast-listen'.
  

Changed:
  U   Zope/branches/2.11/doc/CHANGES.txt
  U   Zope/branches/2.11/lib/python/ZServer/component.xml
  U   Zope/branches/2.11/skel/etc/zope.conf.in

-=-
Modified: Zope/branches/2.11/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.11/doc/CHANGES.txt	2008-06-05 19:18:42 UTC (rev 87177)
+++ Zope/branches/2.11/doc/CHANGES.txt	2008-06-06 08:34:21 UTC (rev 87178)
@@ -12,6 +12,11 @@
         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

Modified: Zope/branches/2.11/lib/python/ZServer/component.xml
===================================================================
--- Zope/branches/2.11/lib/python/ZServer/component.xml	2008-06-05 19:18:42 UTC (rev 87177)
+++ Zope/branches/2.11/lib/python/ZServer/component.xml	2008-06-06 08:34:21 UTC (rev 87178)
@@ -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" />

Modified: Zope/branches/2.11/skel/etc/zope.conf.in
===================================================================
--- Zope/branches/2.11/skel/etc/zope.conf.in	2008-06-05 19:18:42 UTC (rev 87177)
+++ Zope/branches/2.11/skel/etc/zope.conf.in	2008-06-06 08:34:21 UTC (rev 87178)
@@ -975,8 +975,7 @@
   #
   # To defer the opening of the HTTP socket until the end of the 
   # startup phase: 
-  # fast_listen false
-  #
+  # fast-listen off
 </http-server>
 
 # Examples:



More information about the Zope-Checkins mailing list