Hi there, I'm encountering a problem with rotatelogs on a Windows machine. rotatelogs.exe is several times being started for some reason. Multiple processes are present in Taskmanager. I can only resolve this by a machine restart, not even by restarting Apache. How can I prevent multiple rotatelogs processes being started? Or else, how can I stop them, kill them? Is there a script to do this? (if (rotatelogs.exe==started) {don't start new rotatelogs}... or something) TIA
TIA, Been doing some research, on the web, about this problem is commonly reported. Since years. Running Apache 2.2.0 here and the problem is just worth. The symptoms are: - Start to many rotatelogs.exe (like 4 instead of just 1/per site) - 75%+ of these rotatelogs.exe do not get released when restarting service. Requires a reboot Also this might be the cause with the graceful restart does not work ? I'm going to give http://cronolog.org/download/index.html a try....