Hi!
How do I rotate Apache log files under Windows 2000. I tried rotatelogs.exe but thats not what I would want to get.
I would like to have something like Linux Debian script for apache log rotation which -
keeps the current log filename constant - acccess.log (rotatelogs adds a timestamp so you have to figure out yourself the current logfile filename,
then you may specify how many log files does the logrotator keeps and starts deleting old ones if the number is exceeded (no such options in rotatelogs).
If You have found or written a programm/script which does this: easy to figure out filenames and old log deletion then please let me know because I can not get Webtrends(statistics generator) to get only the current log file.
-Arnis