Hello,
Try using the rotatelogs command which might
look like the following:
access_log "| rotatelogs /path/to/logs/access_log 2592000"
It should be located in your ../apache/bin folder.
The man page for complete details is at:
http://www.apache.org/docs-2.0/programs/rotatelogs.html
Enjoy!