Forum Moderators: DixonJones
Is there a way to completely turn off all apache tracking? It just seems to be something I am missing.
Thanks
chez
It may have a default logfile built in, so if that doesn't work, then define your "TransferLog" and "ErrorLog"s to be /dev/null, or link the actual files to /dev/null:
TransferLog /dev/null
ErrorLog /dev/null