Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1168792

Summary: The sample mod_cluster.conf is not consistent with the community guide
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: xiaohui Wu <xiwu>
Component: mod_clusterAssignee: Jean-frederic Clere <jclere>
Status: CLOSED NOTABUG QA Contact: Michal Karm Babacek <mbabacek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-28 13:47:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description xiaohui Wu 2014-11-28 03:26:26 UTC
Description of problem:
I downloaded the Red Hat JBoss Enterprise Application Platform 6.3.0 Webserver Connector Natives for RHEL 6 x86_64 
from 
https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=32283

Version-Release number of selected component (if applicable):

And checked the jboss-eap-native-webserver-connectors-6.3.0/jboss-eap-6.3/modules/system/layers/base/native/etc/httpd/conf/mod_cluster.conf, the content is :
    <Location /mod_cluster_manager>
      SetHandler mod_cluster-manager

While in the upstream doc:
http://docs.jboss.org/mod_cluster/1.2.0/html/native.config.html
see the chapter 
3.5.14. SetHandler mod_cluster-manager
<Location /mod_cluster-manager>
SetHandler mod_cluster-manager

So I think we need to change the <Location /mod_cluster_manager> to <Location /mod_cluster_manager> to keep consistency.

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Jean-frederic Clere 2014-11-28 13:47:39 UTC
Please report a JIRA we will fix the upstream docs.