Log Rotation on Windows

Hi,

Does anyone know of a solution for daily log rotation in production mode on Windows (Apache + FCGI at the moment) that doesn't involve stopping and starting the app and/or killing off leftover dispatch.fcgi processes?

Thanks, Rebecca

I sure don’t. I’ve stopped using FastCGI for that reason. We currently use Mongrel. We rotate longs periodically by using a scheduled task to shut down all of the mongrel services and then rotate the logs. When rotation is done, we start the server up again.