Hide Forgot
The JON Monitoring document has an erroneous step, particularly for Apache 2.x configurations. Every reference to the following copy command: >> cp module/* apache_install_directory/libexec should instead read... >> cp module/* apache_install_directory/modules The libexec directory does not exist...and Apache reads the modules from the modules directory.
I changed every reference to libexec to modules: http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/2.4/html/Resource_Monitoring_and_Operations_Reference/Managed_Servers.html#Apache_Configuration This is in the 3.0 docs, too.
3.0 link: http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Operations_Network/100/html/Resource_Reference_for_Monitoring_Operations_and_Configuration/Managed_Servers.html#Apache_Configuration
Verified