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?
Printable View
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?
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?