Server Status

Understanding Apache Status in WHM

Updated: 24 October 2024

Accessing Apache Status in WHM

WHM includes a useful tool known as the Apache Status that provides information on your server's Apache HTTP server. This tutorial will guide you on how to access and interpret this tool. The steps are simple and straightforward, so let's get started!

Steps to Access Apache Status

  1. To begin with, log into your WHM account.
  2. Once logged in, look for the Server Status section in the left-hand sidebar. Click on this option.
  3. In the Server Status section, click on the Apache Status option.
  4. You'll then be redirected to the Apache Status page, where you can view all the relevant details about your server's Apache HTTP server.

Understanding Apache Status

The Apache Status page displays a wealth of information about your server's performance. Here's a quick rundown of what you'll find:

  • Server Version: This shows the version number of the Apache HTTP server installed on your server.
  • Server MPM: This displays the Multi-Processing Module (MPM) used by your Apache HTTP server.
  • Current Time: This section displays the current system time on your server.
  • Restart Time: This shows the last time your Apache HTTP server was restarted.
  • Server Uptime: This displays the total time since the last restart of your Apache HTTP server.
  • Total Accesses and Total Traffic: These sections show the total number of client requests the server has processed and the amount of data it has sent to clients, respectively.
  • CPU Usage: This section displays the amount of CPU used by the server.
  • Current Requests: This shows the number of requests currently being processed by your Apache server.

Important Note

The Apache Status tool is a powerful feature for managing and monitoring your server's performance. It allows you to gain insights into your server's operations and identify potential issues early on.

Scoreboard

The Scoreboard section shows detailed information about each worker on your server:

  • Srv — Server number of the worker.
  • PID — Process ID of the worker.
  • Acc — Number of requests handled (Connection/Child/Slot).
  • M — Mode of operation (e.g., waiting, starting, reading, etc.).
  • CPU — Worker’s CPU usage.
  • SS — Time since the last request.
  • Req — Time to process the last request (in ms).
  • Conn — Data transferred (in KB) for the last connection.
  • Child — Data transferred (in KB) by the child process.
  • Slot — Data transferred (in MB) by the slot.
  • Client — IP address of the client.
  • VHost — Server’s domain name.
  • Request — Request type (e.g., GET, POST).

Refreshing Apache Status

To update the displayed information, click the Refresh button at the top of your browser. The content will then update to show the most recent data.

Warning

Remember, excessive refreshing can put unnecessary load on your server. Therefore, use this feature sparingly.

And that's it! You now know how to access and interpret the Apache Status in WHM. Use this information to monitor your server's performance effectively and make necessary adjustments to ensure optimal performance.


External links

Apache Status - WHM Documentation