Possible Duplicate:
disabling apache logging to access.log
I think the access log by itself takes a lot of system resources because of all the disk access. How can I prevent any access log data from being written to the access_log file in my PHP/Apache setup?
Thank you!