Bug 688776

Summary: JON Monitoring Documentation Error for Apache 2.x (Ref directory /libexec should be /modules)
Product: [Other] RHQ Project Reporter: mdarretta <mdarrett>
Component: DocumentationAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: medium    
Version: unspecifiedCC: hrupp, rbuck
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/2.4/html/Resource_Monitoring_and_Operations_Reference/Managed_Servers.html#sect-Apache_HTTP-Apache_2_Response_Time_Configuration
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-29 01:30:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description mdarretta 2011-03-17 23:47:23 UTC
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.

Comment 1 Deon Ballard 2011-10-03 22:32:18 UTC
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.

Comment 3 Robert Buck 2011-11-29 15:29:17 UTC
Verified