60 likes | 93 Views
mod_status is a useful Apache module that allows you to easily monitor Apache Server Performance using web-based dashboards that show live information and automatically update themselves. It parses Apache server logs to give you detailed information about connections, data transfer, and website speed. Here is how to setup & configure mod_status to help you monitor Apache server performance.<br><br>Visit https://fedingo.com/how-to-monitor-apache-server-performance-with-mod_status/
E N D
Enable mod_status If you do not find mod_status in the list of displayed modules, then you can enable it with the following command. $ sudo a2enmod status
Configure mod_status Open its configuration file in a text editor and whitelist IP addresses who need access to mod_status $ sudo vim /etc/apache2/mods-enabled/status.conf
Restart Apache Server Restart Apache server to apply changes. $ sudo systemctl restart apache2
Test server status Open browser and go to http://your_domain_or_server_ip/server-status
Thank You Visit for details https://fedingo.com/how-to-monitor-apache-server-performance-with-mod_status/