Need a quick way to split Apache log files by month? Try this on the command line: grep “Jun\/2003\:” access_log >mysite.june2003.log
where access_log is the name of your log file, and adjusting the months, of course.