Setup apache requests page
vi /etc/httpd/conf/httpd.conf
:/LoadModule status_module modules/mod_status.so (uncomment)
:/ExtendedStatus On (uncomment)
:/<Location /server-status> (uncomment all info in the location bracket)
Allow from 127.0.0.1 (add your ip here)
service httpd restart
Now view http://serverip(or hostname)/server-status
No comments:
Post a Comment