Comments on: How to Monitor Apache Web Server Load and Page Statistics https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 27 Mar 2024 11:40:54 +0000 hourly 1 By: trường thpt phú lâm https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/comment-page-1/#comment-2152452 Wed, 27 Mar 2024 11:40:54 +0000 http://www.tecmint.com/?p=5332#comment-2152452 Thanks for sharing your thoughts on monitor.

apache load. Regards

]]>
By: jay mee https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/comment-page-1/#comment-1365883 Sun, 20 Sep 2020 22:25:50 +0000 http://www.tecmint.com/?p=5332#comment-1365883 So many errors on this page plus I use apache2 web server not httpd can you update this post?

]]>
By: Ashish https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/comment-page-1/#comment-1322079 Fri, 20 Mar 2020 07:22:36 +0000 http://www.tecmint.com/?p=5332#comment-1322079 Is there a way to just show certain parameters like memory avail on server embedded in an HTML page with other things.

]]>
By: Rahul Yadav https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/comment-page-1/#comment-958603 Mon, 08 Jan 2018 09:03:25 +0000 http://www.tecmint.com/?p=5332#comment-958603 I am trying to above module implement but unfortunately this modules has not installed in apache configuration.

please help me how can I install or enabled this modules. thank you

]]>
By: Henrik Iivonen https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/comment-page-1/#comment-922551 Sat, 14 Oct 2017 07:47:15 +0000 http://www.tecmint.com/?p=5332#comment-922551 In reply to Jayabalan.

With Apache 2.4+ you need to replace this:

SetHandler server-status
Order allow,deny
Deny from all
Allow from all

With this:

SetHandler server-status
Require host examplde.com

]]>