Apache access_log rotation
I need to control Apache's access_log rotation so that it always writes the current file to
/var/log/apache2/access_log
But somewhere it is currently set to rotate the logs and to write to the most recently created file which appends a ten digit number to it -- in the directory /var/log/apache2/ I have now four files, each spaced about a week apart:
access_log
access_log.1299110400
access_log.1299715200
access_log.1300320000
and apache is currently writing to access_log.1300320000
past responders have said to "turn off log rotation" without explaining how
they have also said to check newsyslog.conf, and i have -- there is no entry there to rotate the apache logs.
there also does not seem to be anything in httpd.conf that is controlling this.
in essence, the system is currently rotating the logs in a strange way, and i can't figure out where the commands to rotate are coming from.
any help appreciated!
2 x 2.93 GHz 6-Core Intel Xeon Mac Pro, Mac OS X (10.6.4)