From: "Dan Larsson" <[EMAIL PROTECTED]>
> Does anyone have a clue why I get these segfaults?
>
> (The apache port installed is /usr/ports/www/apache13 with no
> optimizations or extra modules)
>
This problem ocurs when the ServerName directive is not defined in the
httpd.conf file.

Program received signal SIGSEGV, Segmentation fault.
0x8064287 in ap_get_local_host ()
(gdb) bt

It occurs because "p" is null.  The Apache folks have fixed the problem for
the next release 1.3.2x.
I have fixed this problem in the Apache13-fp port (patch-fj) a week ago.
The fix should be applied to the other apache ports (apache13,
apache13-modssl, apache13+ipv6).

http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/apache13-fp/files/patch-fj?r
ev=1.3&content-type=text/x-cvsweb-markup

We should get this patch into the other apache13 ports before 4.3-RELEASE.
Otherwise we'll have a broken apache server on the Release CDs.

Scot

Note: the fix is in the last two patches of patch-fj.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to