Monitoring IBM HTTP Server From Browser
October 1, 2007 – 5:16 pmSometimes it is easier and quick to get status on a Web Server from a browser - you can be anywhere and know what is going on with the server. Of course, this works only if you are on a firewall protected network. The IBM HTTP Server server-status page is available on all supported IBM HTTP Server platforms. It shows performance data on a Web page in HTML format. Statistics include total accesses, requests/sec, data(KB)/sec, total traffic (MB) since last restart, etc. To make this work, perform the following steps to activate the server-status page: 1. Open the IBM HTTP Server file httpd.conf in an editor. 2. Remove the comment character "#" from the following lines: #LoadModule status_module modules/mod_status.so # # SetHandler server-status # Order deny,allow # Deny from all # Allow from .example.com # 3. Customize the ".example.com" in the sample configuration to match your source workstation reverse DNS ...