How can I configure the apache web server such that it does not log any access to the server?
feedback
|
|
Replace CustomLog entries with:
and ErrorLog entries with:
| |||
|
feedback
|
|
you should remove CustomLog / AccessLog / ErrorLog entries for whatever reason you don't want it to log any access, errors or custom info. | |||
feedback
|