On my Linux/Apache web server the access_log logs are revolved to make sure that the logs from the last 5 days are maintained (access_log.1, access_log.2, etc)
How do I transform this system in order to maintain greater than 5 days?
Related questions