On Tue, Oct 05, 1999, [EMAIL PROTECTED] wrote:
> Full_Name: Robert Gash
> Version: 2.4.5
> OS: FreeBSD 3.3-STABLE
> Submission from: op22-47.jacksonville.net (24.129.22.47)
>
> [Tue Oct 5 02:18:10 1999] [notice] Apache/1.3.9 (Unix) PHP/3.0.12 mod_perl/1.21
> mod_frontpage/3.0.4.3 mod_ssl/2.4.5 OpenSSL/0.9.4 configured -- resuming normal
> operations
> [Tue Oct 5 02:18:14 1999] [notice] child pid 88941 exit signal Segmentation
> fault (11)
>
> I've got the mother of all Apache configs as you can see in the log
> lines above, all are compiled in (no modules for speed reasons), and
> it used to work. Now it appears to segfault (sig11 as you see above)
> when EVERY PHP document is called. I am unsure as to what is causing
> this, but I have verified it is not mod_perl. I have submitted a bug
> to the PHP bugdb as well, and will attempt to debug some as soon as I
> can.
Because you said that all modules are compiled in statically this means that
the usual PHP<->mod_ssl problem (PHP is compiled without EAPI) cannot be your
problem. So I've say that I've no clue and the only way to find out the source
of your trouble is to locate the segfault by 1. compiling Apache with -g, 2.
running Apache under non-root (uid != 0) and 3. analyzing the core dump with
"gdb" and the "bt" command.
You are using FreeBSD which is also my development environment for mod_ssl.
And in the last months I've never seen a segfault of mod_ssl on this box, so I
guess the problem is somewhere inside PHP or Perl. But only a backtracing
of the core dump can help you to find out more.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]