Hello guys,
In order to improve monitoring and find out how well our server is performing I try to activate Apache Module "mod_status" (Web Server Load & Page statistics)
My concern is that I always have a 403 error when triyng to reach https://eposerver/server-status
Please help !
Here are the modification that has been applied to httpd.conf
<Location "/server-status"> SetHandler server-status Require all granted </Location>
LoadModule status_module modules/mod_status.so
ExtendedStatus On
Sources:
https://httpd.apache.org/docs/2.4/en/mod/mod_status.html
https://httpd.apache.org/docs/2.4/en/upgrading.html
https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/
Not sure if this can be done ePO server. After adding the following in httpd.conf,
LoadModule access_compat_module modules/mod_access_compat.so
I was getting a 404. Upon further looking at errorlog under Apache2\Logs folder, I am now getting AH01630 client denied by server configuration. ~epo/DB/www/server-status
With that said, if you have other system monitoring solutions, perhaps you can utilize that. There may be free utilities that can sort of accomplish what you are looking for. Check out - https://sourceforge.net/projects/apachegui/