1

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!

Community
  • 1
  • 1
Genadinik
  • 18,153
  • 63
  • 185
  • 284
  • it doesn't take significant resources, and its usefulness far outweighs what it uses –  Jan 10 '13 at 03:16
  • 1
    `apache\conf\httpd.conf` on my windows – bitWorking Jan 10 '13 at 03:18
  • You "think"? Unless you're running a very high traffic site, Apache's logging is not going to contribute significantly to system resource utilization. There are a variety of tools out there that can get you from "I think" to "I know" if you are actually experiencing issues. – larsks Jan 10 '13 at 03:49
  • @larsks my issue is that i am going from a $5/month server and my application is actually outgrowing it. So I am trying to squeeze resources out of the current hosting before I figure out how to scale this thing ...which I have no idea how to do :) – Genadinik Jan 10 '13 at 04:03
  • your unlikely to even have the option on such a server, get a VPS –  Jan 10 '13 at 04:07
  • @Dagon Sorry for my being naive, but a VPS is essentially virtual hosting such as in Amazon, right? – Genadinik Jan 10 '13 at 04:12
  • I have been reading about issues that come up when an application begins to need more than one server. Is that a non-issue with cloud hosting such as Amazon web services? – Genadinik Jan 10 '13 at 04:13

0 Answers0