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=15761>. 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=15761 apache stops working after 260 requests ------- Additional Comments From [EMAIL PROTECTED] 2003-02-03 08:32 ------- In the meanwhile I found what has been the problem, and I can reproduce it: In my config I had the following log-config entry: CustomLog |/usr/bin/ipwebcollect accounting The script "/usr/bin/ipwebcollect" did not exist during my tries. In the error log I found several (260 to be exact) entries that httpd could not find the program. If I install the program or if I comment out the CustomLog line then the apache works as expected. This behavior could be re-produced with proforker and worker (it seems to be the general behavior of apache, I think). THe suggested fix would be to exit the httpd process if it cannot find a log pipe program, or ot could just de-activate the log-pipe if it does not exist or is not executable. regards, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
