DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24805>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24805

piped log programs respawning again after Apache is stopped





------- Additional Comments From [EMAIL PROTECTED]  2003-11-21 00:05 -------
If you don't know which MPM, that probably means you're using the default
(prefork).  You can display the MPM via "apachectl -V".  Here is how prefork 
looks:

$ /usr/local/apache2047/bin/apachectl -V | grep MPM
 -D APACHE_MPM_DIR="server/mpm/prefork"

Here is how worker looks:

$ ph/2.0.47/built/bin/apachectl -V | grep MPM
 -D APACHE_MPM_DIR="server/mpm/worker"

Incidentally, I too had a system that had no apparent ill symptom (RedHat 6.1 on
a Pentium III 500MHz).  I suspect that many (most?) people aren't noticing any
such problem with piped loggers, at least on a regular basis.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to