]> granicus.if.org Git - apache/commitdiff
mod_ssl status
authorRalf S. Engelschall <rse@apache.org>
Fri, 25 May 2001 20:04:47 +0000 (20:04 +0000)
committerRalf S. Engelschall <rse@apache.org>
Fri, 25 May 2001 20:04:47 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89231 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index de7be15837937ea537be3646e4f76ff85a5e7002..39071b3e68f7940f891677ea8540a622f22c86db 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/05/17 19:37:34 $]
+Last modified at [$Date: 2001/05/25 20:04:47 $]
 
 Release:
 
@@ -184,6 +184,31 @@ RELEASE SHOWSTOPPERS:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * Port of mod_ssl to Apache 2.0:
+
+      The current porting state is summarized in modules/ssl/README.  The next
+      step is to figure out how the old three configuration contexts (global,
+      per-server, per-directory) can be ported to Apache 2.0 (especially the
+      global context which has to survive server restarts RSE still does not
+      know how to port). Then the remaining source files (which depend on the
+      configuration contexts) which are still tagged with "-" in
+      modules/ssl/README can be ported. 
+      
+      One more thing to figure out is how and when mod_ssl can provide the
+      interactive pass phrase dialog (in Apache 1.3 it used the first init
+      round [where tty was still not detached] and skipped the second init
+      round [where it was already detached]). Apache 2.0 requires (or already
+      has?) an official hook where such tty-dialogs can be performed.
+
+      RSE is on holiday until June 11th, 2001. After this he starts
+      working on mod_ssl again and tries to make mod_ssl running inside
+      Apache 2.0 by end of June. If anyone wants to help making mod_ssl
+      running in the meantime, feel free to make your hands dirty inside
+      modules/ssl/. Do whatever you think is appropriate to get it
+      running. I've no objections of any kind, except: just do not
+      remove any old functionality. Keep everything, even if it needs
+      #if 0...endif wrapped to not make trouble for you.
+
     * Performance: Get SINGLE_LISTENER_UNSERIALIZED_ACCEPT
       optimization working again. Bill would like to see this
       working for the threaded MPM, then prefork.