]> granicus.if.org Git - apache/commitdiff
Remove and demote two showstoppers:
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 17 Feb 2002 07:09:00 +0000 (07:09 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 17 Feb 2002 07:09:00 +0000 (07:09 +0000)
- The support binaries now have an option for static builds at
  configure-time.  However, it is questioned whether httpd can even be
  built statically.  In point of fact, this exact item has been addressed,
  but httpd is still a bit murky so add a "nice to have" item.
- The worker MPM showstopper has been questioned on-list and no
  justification or further information was provided.  No one else is able
  to reproduce this case, therefore it is now demoted to a "nice to have."
  It is not fair to us to have a showstopper when there is no reproduction
  or explanation present.  When information is provided on how to
  independently reproduce this case, this issue can be promoted.  But, no
  one else has reported problems with CGI and worker.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93455 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index adda8e48b9906dbe6de5aa942a7789ddf933a8ba..c65640d11e7d7d95b9ffda2bd580c25105a8cdb1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/02/17 06:43:19 $]
+Last modified at [$Date: 2002/02/17 07:09:00 $]
 
 Release:
 
@@ -79,28 +79,6 @@ FINAL RELEASE SHOWSTOPPERS:
                     one uses it except for core_input_filter.  If its
                     use was prevalent, that'd be a different story."
 
-    * [Ken] Test suite failures:
-      o worker is also failing some of the 'cgi' subtests
-      (see <URL:http://Source-Zone.Org/Apache/regression/>):
-        Justin says: "Worker should be fine and passes httpd-test here.
-                      If you can provide evidence that it can be reproduced
-                      outside of httpd-test, then it's a showstopper.  I
-                      think it's a perl or a httpd-test problem."
-        Not a showstopper: Justin
-
-    * [Ken] A binbuild installation picks up the right libraries when
-      running apachectl because we set the appropriate environment
-      variable, but ab, htpasswd, etc. don't know how to pick up apr,
-      apr-util, etc.
-        Message-ID: <20020116000226.GA15991@ebuilt.com>
-        gregames says: what about httpd?  yeah, it works at the moment
-                       if you use apachectl.  But I've already heard
-                       complaints about not being able to execute 
-                       httpd directly.
-        Status: Aaron has committed this for all the support binaries,
-                but is hesitant to do the same for the httpd binary.
-        Message-ID: <20020207142751.T31582@clove.org>
-
 CURRENT VOTES:
 
     * Should we always build binaries statically unless otherwise
@@ -130,6 +108,18 @@ CURRENT VOTES:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * Can a static httpd be built reliably?
+        Message-ID: <20020207142751.T31582@clove.org>
+
+    * [Ken] Test suite failures:
+      o worker is also failing some of the 'cgi' subtests
+      (see <URL:http://Source-Zone.Org/Apache/regression/>):
+        Justin says: "Worker should be fine and passes httpd-test here.
+                      If you can provide evidence that it can be reproduced
+                      outside of httpd-test, then it's a showstopper.  I
+                      think it's a perl or a httpd-test problem."
+        Not a showstopper: Justin
+
     * When we start httpd with the -DNO_DETACH flag on Unix, we
       should still create a new session (and possibly also still close
       stdin/stdout/stderr and redirect from /dev/null), so that