-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

lou baker wrote:
> 
> 
> Why do I get (and how can I fix the problem?):
> 
> [30/09/1999 17:57:00:791] (INFO) jserv_watchdog:(20593) watchdog_cleanup()
> [30/09/1999 17:57:00:792] (INFO) Apache Module was cleaned-up
> 

Hi,
this is only an information message, and, assuming that you provided all
significant messages, means that you are NOT using load-balancing with
shared memory support. 
And, looking at the source code, shows that your Apache httpd process
was stopping properly.

very important:
If you get this at the very starting of Apache, this shows you the
clever sanity checks process that is implemented by Apache : the process
is started once, makes all configuration parsing, and then stops (there
you get this message), and
another one is then started, which is the real httpd "root" server.
So the message is maybe unwanted (by you), but definitively informative.

If this does not happen at the beginning, you should prvide more logs to
analyse. 

Jean-Luc


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to