To my knowledge this isn't possible out of the box. but luckily it is very easy to write a script for it. Because the logfiles are timestamped its rather easy to use the 'date' command in a script in order to make sure that you're processing the right logfiles.
Since the actual logrotation is basicly nothing more than sending an USR1 signal to the webserver process its pretty trivial to setup.