Commit d6a3ee65 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

note a problem with cgid cleanup, even with Greg's latest commit to

threaded


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88942 13f79535-47bb-0310-9956-ffa450edef68
parent 9e19abd4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
APACHE 2.0 STATUS:						-*-text-*-
Last modified at [$Date: 2001/04/23 11:33:28 $]
Last modified at [$Date: 2001/04/26 19:08:55 $]

Release:

@@ -90,6 +90,10 @@ RELEASE SHOWSTOPPERS:

    WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS

    * threaded + cgid: "apachectl graceful" followed by "apachectl
      restart" results in all processes but cgid going away; parent
      died referencing other-child registration structures

    * There is a bug in how we sort some hooks, at least the pre-config
      hook.  The first time we call the hooks, they are in the correct 
      order, but the second time, we don't sort them correctly.  Currently,