Skip to main content

Apache Configuration Help

Comments

1 comment

  • KurtN.
    To be honest, a load average in and of itself doesn't indicate much beyond high CPU utilization, which only gives you a single point of reference. Tweaking the processes running under Apache generally requires the change to be made with a sense of purpose and with data backing up why. If you're trying to increase the performance of your server, the first thing I'd recommend is to first inspect your system logs for errors or warnings that seem out of place, as this usually can indicate hardware issues. If you're satisfied that you don't have any hardware issues, I'd start profiling your machine, taking note of i/o (disk), network, memory, cpu, and running processes utilization. By seeing these things at the same time, you can better see which process (or group of processes) are using your resources, and how. There are a lot of tools out there, and everyone is partial to their own ways of doing things. However, this page contains a lot of very useful tools that I've personally used in the past, but comes with a tutorial on how and what you use them for. Good luck.
    0

Please sign in to leave a comment.