Subject: Re: apache 1.3.20 on 1.5.2/mac68k
To: Matteo Salsilli <macinteo@yahoo.com>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 09/26/2001 13:59:23
On Wed, 26 Sep 2001, Matteo Salsilli wrote:

> - the "bt" output is:
> #0  0x3d968 in find_fqdn ()
> #1  0x3ae54 in remove_unused_name_vhosts ()
> #2  0x27f24 in default_listeners ()
> #3  0x33708 in main ()

Looks like it may be confused about what address to bind to (though it
should certainly have a better failure mode than simply dumping core).
Does "hostname" return an FQDN on this host? Do you have any "Listen"
or "BindAddress" or "VirtualHost" directives in
"/usr/pkg/etc/httpd/httpd.conf"? If so, try commenting them out to
help narrow down the problem.

Frederick