Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id MAA14877; Sun, 3 Aug 1997 12:10:03 -0700 (PDT) Received: (from gnats@localhost) by hyperreal.org (8.8.5/8.8.5) id MAA14871; Sun, 3 Aug 1997 12:10:01 -0700 (PDT) Date: Sun, 3 Aug 1997 12:10:01 -0700 (PDT) Message-Id: <199708031910.MAA14871@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org From: Marc Slemko Subject: Re: config/928: httpd cannot start, apparently because it is unable to open the scoreboard file Reply-To: Marc Slemko Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR config/928; it has been noted by GNATS. From: Marc Slemko To: Jesper Holck Subject: Re: config/928: httpd cannot start, apparently because it is unable to open the scoreboard file Date: Sun, 3 Aug 1997 13:10:21 -0600 (MDT) > I tried to do this, but it did not seem to change anything. Still lots > of lines > on the screen, complaining about the scoreboard file. Looking further, it does appear this is broken. In http_main.c, find the child_main subroutine. Move the reopen_scoreboard(pconf); line to the line _before_ the first #ifdef MPE line in child_main. This should fix it. Hopefully.