Traverse can monitor various performance metrics from Apache directly from the http server process. The Apache server will need to be compiled with mod_status
support. By default this module should be included in the build process.
Verifying the mod_status Module
mod_status
module is installed. Windows:cd \path\to\apache
bin\httpd -l | findstr "mod_status"
mod_status.c
, then this module is included in the Web server.The mod_status
module needs to be enabled in httpd.conf
.