im using apache 2.0.50 on win2k i want the apache to create a new access.log file per day. what changes should i make in the httpd.conf file at the CustomLog and the Logformat?
I've tried adding the next line with no success: CustomLog "|bin/rotatelogs /logs/access.log 86400" common
p.s the apache in installed under c:\Program Files\Apache Group\Apache2 if in possible, i want that each access.log file will contain the date of the day he was created Thanks!