Apache on Windows - splitting vHost logs
- by Cylindric
I have a Windows Server 2008 running Apache, and it will be hosting several virtual hosts.
I'd rather not use the logrotate tool (|bin/logrotate), as it seems create significant extra overhead with all the processes.
Is there a simple Windows alternative to get the log entries from a combined log file split into several per-site files? Preferably with custom output directories, but that is optional.