
Apache Server Status is a handy module which will display detailed information on the performance of your Apache web server.
First, make sure you have the mod_status module enabled.
In Webmin, browse to “Server”, then “Apache”. Choose the “Global Configuration” tab, and go to “Configure Apache Modules”.
![]()
Then hit the “Enable Selected Modules” button, then hit “Apply Changes”.
Choose the “Global Configuration” tab, and go to “Edit Config Files”.
In the dropdown box, choose /etc/apache2/mods-available/status.conf, then hit the “Edit Directives in File” button.
(This is using Ubuntu 12.04, other distributions might be slightly different.)
Find the section starting with “<Location /server-status>”
Add an allow from for your IP address.
If you are on Apache 2.4 the line will say “Require ip” instead of “Allow from”.
Hit Save, then hit the “Apply Changes” in the upper right hand corner.
Now try browsing to your “web server IP”/server-status

Leave a Reply