summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-14 12:38:41 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-14 12:38:41 +0200
commitf30aa27a1dcfd655ba62d4df7cc6232817b2fe83 (patch)
tree72a283ae3253327d0c93b3ab3fb050ec237e5eed /STATUS
parentUpdate xforms (diff)
downloadapache2-f30aa27a1dcfd655ba62d4df7cc6232817b2fe83.tar.xz
apache2-f30aa27a1dcfd655ba62d4df7cc6232817b2fe83.zip
Some STATUS thoughts from the 2.4.0 barcamp session
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS29
1 files changed, 24 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index a0ebe0ac76..6ff857fc4b 100644
--- a/STATUS
+++ b/STATUS
@@ -1,4 +1,4 @@
-APACHE 2.3 STATUS: -*-text-*-
+APACHE 2.3 STATUS: -*-text-*-
Last modified at [$Date$]
The current version of this file can be found at:
@@ -71,19 +71,22 @@ RELEASE SHOWSTOPPERS:
FOR GA:
- * Modules that are not ready for production use should be marked as
- experimental or be removed. The same for modules without documentation.
+ * Modules that are not ready for production use must be removed.
+ The same for modules without documentation.
Candidates:
- MPM simple
- - mod_serf
+ - mod_serf (which is optimal for async httpd anyways)
* Review the example configuration. It should be based on current best
practices and not use deprecated features.
+ wrowe sez: be specific or this isn't a SHOWSTOPPER
* Not all MPMs are updated to set conn_rec::current_thread correctly.
(Prefork, Worker, Event, Simple are updated).
jim sez: Then we just ship with those... mark any others as
experimental, pgollucci +1 jim
+ wrowe sez: no... Then we just don't ship those (see #1 above)
+ Is this still an issue, didn't jtrawick fix this?
* The mod_session* modules need to be checked that their hooks respect
the returning of int (HTTP status codes) and apr_status_t as appropriate,
@@ -92,10 +95,26 @@ RELEASE SHOWSTOPPERS:
modules that mix these 2 types... clean up is
forthcoming but should not be considered a blocker, imo
pgollucci: +1 jim
-
+ wrowe asks: what's the API change required?
+ wrowe asks; why are we shipping this if it requires apr_ssl
+
* mod_ssl's proxy support only allows one proxy client certificate per
frontend virtual host. Lift this restriction.
jim sez: Why a blocker?, pgollucci +1 jim
+ wrowe asks: what's the API change required?
+
+ * Basic -f, -d file existance tests are missing from ap_expr
+
+ * mod_includes aught to use ap_expr
+
+ * Clarify/potentially change the meaning of MaxConnections for Event MPM
+ with respect to accepting new connections and keep alive requests for
+ the docs and example config. This shouldn't change after users and
+ vendors have set up their stock config for event. This will end up
+ as a per-process thing for efficiency.
+
+ * INCLUDE mod_fcgid with 2.4.0, esp to help php users etc to enjoy
+ a painless event mpm experience.
FOR BETA: