Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 5ccaeaf155c9e167f3a657dca111c2ac > files > 199

m2crypto-0.21.1-3.fc15.i686.rpm

--- configure.zcml.org	Mon Sep 27 16:10:47 2004
+++ configure.zcml	Mon Sep 27 16:11:42 2004
@@ -5,6 +5,12 @@
       provides="zope.app.applicationcontrol.interfaces.IServerControl" />
 
   <utility
+      name="HTTPS"
+      component=".https.https"
+      provides=".servertype.IServerType"
+      />
+
+  <utility
       name="HTTP"
       component=".http.http"
       provides=".servertype.IServerType"
@@ -13,6 +19,12 @@
   <utility
       name="PostmortemDebuggingHTTP"
       component=".http.pmhttp"
+      provides=".servertype.IServerType"
+      />
+
+  <utility
+      name="PostmortemDebuggingHTTPS"
+      component=".https.pmhttps"
       provides=".servertype.IServerType"
       />