Forum Moderators: DixonJones

Message Too Old, No Replies

Apache Stat Tracking

Turning Off All Tracking

         

Cheznoir

9:57 pm on Feb 27, 2002 (gmt 0)



Still learning everything about Apache and I have asked this on an Apache forum and was dismissed. I have a linux box that does nothing but serve up banners. I do not need any native apache tracking.

Is there a way to completely turn off all apache tracking? It just seems to be something I am missing.

Thanks

chez

amoore

10:17 pm on Feb 27, 2002 (gmt 0)

10+ Year Member



I imagine that if you remove all of the "errorlog" and "transferlog" and "CustomLog" lines from your conf file that it will stop logging.

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

Brett_Tabke

8:16 am on Mar 6, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



If you are running under windows, you will need to comment out the log lines.