apache server status doesn't show cpu usage -


i'm having difficulties getting server-status of apache server display cpu usage.
enabled mod_status.co module , configured httpd.conf.

when open link http://localhost/server-status works, shows statistics, doesn't show cpu usage?

my server details are:

server version: apache/2.2.29 (win32) mod_ssl/2.2.29 openssl/0.9.8zc
server built: sep 10 2014 11:58:36

any ideas? please!!

httpd.conf lines server-status:

extendedstatus on <location /openserver/server-status> sethandler server-status order deny,allow deny allow 127.0.0.1 </location>

can me?

this screenshot of server-status, , there not cpu enter image description here

can check httpd.conf following line , ensure it's not commented out?

loadmodule status_module modules/mod_status.so   

edit scratch that..

i believe cpu usage in mod_status not work on windows servers. might need mod_lua scripts, or phpsysinfo

https://github.com/humbedooh/server-status


Comments