PDA

View Full Version : Stop Apache from writing to the access_log?



RichardLeik
2009-10-23, 06:54 PM
I have a couple high traffic XGrid servers, and I would like a way to stop Apache from writing to the access_log file. Any idea how I would do this?

nickh
2009-10-24, 10:55 AM
Hey Richard. All you need to do is comment out the CustomLog directive in the appropriate Apache config file(s).

However, I don't recommend that you do this. Without access logs, you won't be able to tell what's going with your web server(s).

What problem are you trying to solve?