Wednesday, October 21, 2009

Managing Logs in Apache

Managing Logs in Apache: "Most distributions of Linux ship with a pretty well configured copy of the Apache web server. As far as the logging goes, the two log files that most Apache setups generate are access.log and error.log. You can also choose to add more logging for things like URL rewriting, or gzip compression. As these logs grow in size and number, they become harder to manage. Let's look at how to make logging more easily manageable in Apache."