Symptoms
"Apache Status" in WHM displays the following message.
Failed to receive status information from Apache.
Description
This issue occurs when a custom rewrite rule prevents WHM from accessing http://localhost/whm-server-status/
.
Workaround
Add the following condition to the rewrite rule to exclude whm-server-status
from the rule.
RewriteCond %{REQUEST_URI} !\/whm-server-status\/ [NC]