whm-server-status
Hello,
Most of our cPanel servers gives below error upon running http command (lynx http://127.0.0.1/whm-server-status)
404 Not Found
Please forward this error screen to 127.0.0.1's WebMaster.
The server cannot find the requested page:
* [server_misconfigured.png]
127.0.0.1/whm-server-status (port 80)
*
cPanel, Inc.
Copyright © 2025 WebPros International, L.L.C.
Privacy Policy
mostly cloudlinux OS servers and upon checking I see httpd.conf has different settings for each server like
# You can change this by using WHM, and updating the 'Tweak Settings' -> 'System' -> 'Allow server-info' option.
<IfModule status_module>
# This is used by the WHM 'Apache Status' application
<Location /2olrm50n1qbggb5wltnvok4r>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
<IfModule security3_module>
modsecurity_rules 'SecRuleEngine Off'
</IfModule>
</Location>
<Location /nqedo24h7lzpe05tslihjeob>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
<IfModule security3_module>
modsecurity_rules 'SecRuleEngine Off'
</IfModule>
can you provide more details on this
-
There is already a issue created about this:
https://support.cpanel.net/hc/en-us/community/posts/41104322569751-Update-to-alt-php-and-EA-php-files-httpd-restart-and-apache-server-status0 -
There's additional details out about this here now: https://support.cpanel.net/hc/en-us/articles/41084398618519-Apache-Status-not-displaying-after-upgrading-to-v136
0
Please sign in to leave a comment.
Comments
2 comments