[Zope-Checkins] CVS: Zope/lib/python/ZServer - component.xml:1.1.2.3

Fred L. Drake, Jr. fred@zope.com
Thu, 6 Mar 2003 12:21:19 -0500


Update of /cvs-repository/Zope/lib/python/ZServer
In directory cvs.zope.org:/tmp/cvs-serv1394/lib/python/ZServer

Modified Files:
      Tag: new-install-branch
	component.xml 
Log Message:
Change some section type names to produce a more readable config file.

=== Zope/lib/python/ZServer/component.xml 1.1.2.2 => 1.1.2.3 ===
--- Zope/lib/python/ZServer/component.xml:1.1.2.2	Thu Feb  6 16:33:48 2003
+++ Zope/lib/python/ZServer/component.xml	Thu Mar  6 12:20:48 2003
@@ -28,13 +28,13 @@
      <key name="force-connection-close" datatype="boolean" default="off"/>
   </sectiontype>
 
-  <sectiontype name="pcgi-server"
+  <sectiontype name="persistent-cgi"
                datatype=".PCGIServerFactory"
                implements="server">
     <key name="path" datatype="existing-file"/>
   </sectiontype>
 
-  <sectiontype name="fcgi-server"
+  <sectiontype name="fast-cgi"
                datatype=".FCGIServerFactory"
                implements="server">
     <key name="address" datatype="socket-address"/>