Subject: Re: Apache (formerly: identd and NetBSD)
To: None <otaku@unixgeek.ml.org>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 08/27/1998 00:13:30
On Wed, 26 Aug 1998 10:45:09 -0400 (EDT), Joshua E Hope wrote:
> 
>  27896 httpd    GIO   fd 2 wrote 64 bytes
>        "httpd: could not open document config file /usr/conf/httpd.conf
>        "
>  27896 httpd    RET   write 64/0x40
>  27896 httpd    CALL  exit(0x1)
> 
> Hmmm...it's looking for the config files in the wrong place. But without
> -X it seemed to find them fine (since the contents of the config files
> were actually in the ktrace.out). 

My guess is that's the way the child process runs.  I don't know why,
but the child Apache process looks a different place for config files
from the parent.  A smell of misconfiguration...

Is this the pkg'ed Apache?

Ken