I edited my httpd.conf file adding this line:
CustomLog "|/usr/freeware/apache/sbin/rotatelogs /usr/freeware/apache/var/log/access_log 86400" common
My goal was to rotate the access log on a daily basis, ie. old and new. The problem is it keeps generating a new log every day with a time stamp suffix.
Does anyone know if my goal is achievable?
Best regards
CustomLog "|/usr/freeware/apache/sbin/rotatelogs /usr/freeware/apache/var/log/access_log 86400" common
My goal was to rotate the access log on a daily basis, ie. old and new. The problem is it keeps generating a new log every day with a time stamp suffix.
Does anyone know if my goal is achievable?
Best regards