The following reply was made to PR general/1338; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: general/1338: Only one httpd will start. Date: Thu, 30 Oct 1997 17:59:54 -0700 (MST) > -- forwarded message -- > > Lars, > > StartServers is 15. > MinSpare is 15. Max is 25. > MaxClients is 150. > > I killed and restarted httpd and received: > > [Thu Oct 30 13:07:46 1997] httpd: caught SIGTERM, shutting down > [Thu Oct 30 13:07:49 1997] created shared memory segment #128 > [Thu Oct 30 13:07:50 1997] Server configured -- resuming normal operations > > And there *IS* only one server running: > > [EMAIL PROTECTED] httpd]# ps -x | grep httpd > 5787 ? S 0:00 httpd > 6012 p3 R 0:00 grep httpd > [EMAIL PROTECTED] httpd]# Erm... please try "ps -ax | grep httpd". Without 'a', it only shows your processes. All the child servers don't run as root so they don't show up.
