Full_Name: Philip Payne
Version: generic
OS: generic
Submission from: (NULL) (195.24.91.196)


Actually, what I've written for 'problem 381' is not complete either,
since 'make install' seems to strip the symbol table out of the
httpd executable. So a better description is probably:

<li>
If all else fails you can run apache directly under gdb by invoking gdb
using ``<code>gdb /path/to/httpd</code>'', start Apache in
single-process mode using ``<code>run -X -DSSL''</code>'' and then
when Apache crashes get a backtrace using ``<code>bt</code>''. If you
did a standard Apache/mod_ssl install using ``<code>make</code>'' and
``<code>make install</code>'' then before executing the ``<code>run</code>''
in ``<code>gdb</code>'' you need to load the symbol table for the
Apache executable using ``<code>symbol-file /path to Apache source
tree/src/httpd</code>''

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to