Edit your httpd.conf file and make the below mentioned changes:
Find the line containing “ExtendedStatus”
Uncomment it and set it to on like:
Quote
ExtendedStatus On
Quote
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from .yourdom.com
</Location>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from .yourdom.com
</Location>
You can now access server statistics by using a Web browser to access the page htp://your.server.name/server-status
Or
# service httpd fullstatus
You can get the status page to update itself automatically if you have a browser that supports "refresh". Access the page htp://your.server.name/server-status?refresh=N to refresh the page every N seconds
Thanx

















Author




Logged


