Forum Moderators: DixonJones
I wrote a php script that does the following.
1 - curl - for downloads
2 - convert (iis to ncsa format) don't think you need this step
3 - cat to append (NT sites are load balanced) so each day has multiple logs)
4 - sort (webalizer files must be in crono order)
5 - gzip
I keep daily logs sperate becuase the cpu power to decompress a monthly log file just to append a day and then compress again wouldn't be worth it.