server-status without WHM?
where do I see my servers apache server-status without having to login to WHM? how can I make that happen?
-
You can run the following on the command line: apachectl status0 -
Or use the command on server as root. wget 127.0.0.1/whm-server-status And open the file downloaded. 0 -
Great, thanks. 0 -
Or use the command on server as root. wget 127.0.0.1/whm-server-status And open the file downloaded.
Or instead of opening a downloaded file:lynx -dump -width 180 http://127.0.0.1/whm-server-status0
Please sign in to leave a comment.
Comments
4 comments