On Tue, Aug 31, 1999, Graham Leggett wrote:

> I have just completed an installation of Apache v1.3.9 + mod_ssl v2.4.1
> under Redhat v6.0. 
> 
> Enabling the module caused Apache to segfault at startup. Nothing is
> logged, no output to stdout, no core file.
> 
> Is there a way of telling Apache to produce a core file when it dies so
> that I can run a backtrace on this? Or am I looking for the core file in
> the wrong place (serverroot/*) or under the wrong name (core)?

Under Linux you usually have to run the server as non-root (uid != 0) to get a
core file. Change the "Port" directive to "8080" instead of "80" and run it
from a uid != 0...
                                       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]

Reply via email to