What are the access.log.* files?
+3
A:
Apache, I believe, does log rotation. So these would be the older log files with the access.log file being the current one.
tvanfosson
2008-10-06 01:56:31
Apache doesn't actually do its own log rotation. Log rotation is usually handled by a package called (unsurprisingly) "logrotate" on *nix systems.
Andrew Medico
2008-10-06 03:50:18