Mailing List Archive

Status of Apache 0.8.8 on www.jaguNET.com
Re: Status of Apache 0.8.8 on www.jaguNET.com [ In reply to ]
On Thu, 10 Aug 1995, Jim Jagielski wrote:
> reference to NULL somewhere in the code... Shame that although httpd _says_
> it's dumping core, it doesn't, so I can't find out for sure...

It tries to deposit the core in the SERVER_ROOT, so make sure that that
directory is writeable by the process httpd is running as. During
testing it might be good to make it a+w....

Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
Re: Status of Apache 0.8.8 on www.jaguNET.com [ In reply to ]
WRT core dumps --- it tries to dump core in the ServerRoot directory if it
can --- meaning that if the daemon's uid doesn't have write permission in
the ServerRoot directory, then it can't. No guarantees, but checking this
*may* get you a core dump which you could look over...

rst