Enable mod_status in Apache 2.4
Thing that I miss with Apache on CentOS 7, and in the matter of fact, every SystemD based distribution is running service httpd status and immediately seeing full Apache status along with number of active connections, server uptime etc. This article will focus on how to enable mod_status in Apache 2.4 so you can successfully utilize apachectl fullstatus command from your server to display web server statistics. Prerequisites for apachectl fullstatus option to work are mod_status module installed and enabled in Apache configuration and links or some other text based web browser....