Page 1 of 1

How to enable server-status in WHM/cpanel server?

Posted: Mon Jul 09, 2012 10:37 am
by a24uall
How to enable server status in WHM/cpanel server?

Go to httpd.conf
vi /etc/httpd/conf/httpd.conf
Turn on
ExtendedStatus On
<Location /whm-server-status>
SetHandler server-status
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1 .example.com Your_Dedicated _IP
</Location>
It will show IP/whm-server-status

To check this you can login to shell and execute