How to completely disable apache access log? [closed]
- by Miljenko Barbir
I'm running WAMP server on Windows Server 2003, Apache 2.2, and I would like to completely disable writing into the access log.
It would be neat if I could do the following, but I'm on Windows:
CustomLog "|/dev/null" common
All I get in the error log is "piped log program '/dev/null' failed unexpectedly", although I kinda expected this...
Is there a Windows alternative to this or any other way to just disable writing the access log?