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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|piped log programs not being|piped log programs |killed when Apache is |respawning again after |stopped |Apache is stopped ------- Additional Comments From [EMAIL PROTECTED] 2003-11-18 23:56 ------- Correction: After stoping Apache, the pipe log programs stops too, but Apache forks another set of them before stoping itself. # apachectl start # ps axuww USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 18785 1.0 0.7 22832 7732 ? S 21:52 0:00 /usr/local/httpd-2.0.48/bin/httpd -k start apache 18788 0.0 0.7 22856 7772 ? S 21:52 0:00 /usr/local/httpd-2.0.48/bin/httpd -k start apache 18789 0.0 0.7 22856 7772 ? S 21:52 0:00 /usr/local/httpd-2.0.48/bin/httpd -k start apache 18790 0.0 0.7 22856 7772 ? S 21:52 0:00 /usr/local/httpd-2.0.48/bin/httpd -k start apache 18791 0.0 0.7 22856 7772 ? S 21:52 0:00 /usr/local/httpd-2.0.48/bin/httpd -k start apache 18792 0.0 0.7 22856 7772 ? S 21:52 0:00 /usr/local/httpd-2.0.48/bin/httpd -k start root 18786 0.0 0.0 1480 268 ? S 21:52 0:00 /usr/local/sbin/cronolog /usr/local/sites/portal/logs/access.%Y-%m-%d.log root 18787 0.0 0.0 1480 268 ? S 21:52 0:00 /usr/local/sbin/cronolog /usr/local/sites/default/logs/access.%Y-%m-%d.log # apachectl stop # ps axuww root 18819 0.0 0.0 1480 268 ? S 21:54 0:00 /usr/local/sbin/cronolog /usr/local/sites/default/logs/access.%Y-%m-%d.log root 18820 0.0 0.0 1480 268 ? S 21:54 0:00 /usr/local/sbin/cronolog /usr/local/sites/portal/logs/access.%Y-%m-%d.log --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
