diff options
author | Ralf S. Engelschall <rse@apache.org> | 2001-05-25 22:04:47 +0200 |
---|---|---|
committer | Ralf S. Engelschall <rse@apache.org> | 2001-05-25 22:04:47 +0200 |
commit | 7bf5e35aaf88651d692e067c69a41c5d5d904a2c (patch) | |
tree | 33af4d821c5849871efc8e4e7c70418f654c8957 | |
parent | Change strtok() calls to use apr_strtok(). (diff) | |
download | apache2-7bf5e35aaf88651d692e067c69a41c5d5d904a2c.tar.xz apache2-7bf5e35aaf88651d692e067c69a41c5d5d904a2c.zip |
mod_ssl status
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89231 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | STATUS | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -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. |