[EMAIL PROTECTED] wrote:

> I noticed this morning that Apache had stopped running. ??  As a
> novice, I'm not sure how to determine *why* it stopped running--any
> tips?

check the error-log for a segmentation fault and see if it's due to
weird mod_ssl behavior.
error-log is by default located in $APACHE_PREFIX/logs/error_log where
$APACHE_PREFIX is typically /usr/local/apache, although of course other
people use other dirs for this.

often, it's a good idea to do a 'tail -f error_log' in a terminal window
and watch the initialization/binding/prespawning process, then hit the
server and see what happens (from another window and/or your browser). 
This can provide immediate, relevant feedback.

or you can run apache with httpd -X and attach gdb to the process ;-)

-- 

      "The clothes have no emperor."

               -- C.A.R. Hoare, commenting on ADA.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to