The following reply was made to PR config/2781; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: RHS Linux User <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: config/2781: where's the daemon?
Date: Tue, 4 Aug 1998 13:48:49 -0700 (PDT)

 On Tue, 4 Aug 1998, RHS Linux User wrote:
 
 > > 
 > > On 4 Aug 1998, Rick Hohensee wrote:
 > > 
 > > > >Description:
 > > > The defaultest config runs with help switches, but doesn't
 > > > persist as a daemon, doesn't show in ps x. Via ./httpd or
 > > > the exact apaci directions. Note that I did not remove apache 1.1
 > > > before the build.
 > > 
 > > Did you look in the error log?
 > > 
 > I thought I had, i.e. I looked somewhere for logs and saw none. 
 > Now however I find /usr/local/apache/var/log/error_log, and a clue.
 > (paraphrasing) "can't shmget, kernel lacking SYSVIPC."
 > Well, yeah. Apache 1.1 ran without it.
 
 Right, and 1.3 will as well if you disable it by removing the:
 
 #define HAVE_SHMGET 1
 #define USE_SHMGET_SCOREBOARD
 
 from the Linux section of src/include/ap_config.h, and possibly replacing
 with:
 
 #define USE_MMAP_SCOREBOARD
 
 But the best thing is just to make your kernel support it.
 

Reply via email to