Click to See Complete Forum and Search --> : Disable apache log ? How ?


Donovan
03-16-2001, 04:38 PM
Hi, I would like to disable apache logging activity of my web site ? Not the error log, but just the access.log.

How do I do this ? Should I uncomment anything ?

Thanks,
Donov

PLBlaze
03-17-2001, 02:28 AM
It's in your httpd.conf,simly comment (#) what you don't need to be logged and hup httpd or apachectl stop followed by start.Hope this helps.