Bug 845160 - Update the appendix example
Summary: Update the appendix example
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Web Server 2
Classification: JBoss
Component: doc-HTTP-Connectors-Guide
Version: 2.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Misha H. Ali
QA Contact:
URL:
Whiteboard:
: 852710 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-02 03:24 UTC by Misha H. Ali
Modified: 2012-11-08 22:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-08 22:11:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Misha H. Ali 2012-08-02 03:24:37 UTC
Update the appendix examples with suggested changes by SME

Comment 2 Misha H. Ali 2012-08-02 04:29:13 UTC
Changes made, will be set to ON_QA once the change is staged.

Comment 4 Radim Hatlapatka 2012-10-11 11:36:15 UTC
Proxy Server - configuration example
1) there is an typo error at the start, the "<" shouldn't be there
2) it is a good practise to put the module specific part into <IfModule> element =>

<IfModule manager_module>
Listen 127.0.0.1:6666
<VirtualHost 127.0.0.1:6666>

    <Directory />
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1
    </Directory>

    KeepAliveTimeout 60
    MaxKeepAliveRequests 0

    ManagerBalancerName mycluster
    ServerAdvertise On
    AdvertiseFrequency 5
    EnableMCPMReceive On

<Location /mod_cluster-manager>
    SetHandler mod_cluster-manager
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
</Location>

</VirtualHost>

</IfModule>

Comment 5 Radim Hatlapatka 2012-10-11 11:41:37 UTC
Additionally in EWS 2.0 documentation should be example with using EWS tomcats and not EAP

=> in subsection Use the Default Configuration
Should be setting for tomcat, which is described here: http://docs.jboss.org/mod_cluster/1.2.0/html_single/#d0e399

Comment 6 Radim Hatlapatka 2012-10-11 11:45:14 UTC
And the part in subsection: Example iptables Firewall Rules:

This part of firewall configuration is irrelevant because Tomcats in EWS don't support clustering and session replication => there is no inter-node communication:

/sbin/iptables -I INPUT 9 -p udp -s 192.168.1.0/24 -j ACCEPT -m comment --comment "cluster subnet for inter-node communication"
/sbin/iptables -I INPUT 10 -p tcp -s 192.168.1.0/24 -j ACCEPT -m comment --comment "cluster subnet for inter-node communication"
/etc/init.d/iptables save

Comment 7 Radim Hatlapatka 2012-10-11 13:36:56 UTC
*** Bug 852710 has been marked as a duplicate of this bug. ***

Comment 8 Misha H. Ali 2012-10-12 04:03:57 UTC
1. comment#4 feedback: Removed unnecessary < and updated example.

2. comment#5 feedback: updated content.

3. comment#6 feedback: removed two lines identified as not relevant.

This bug will be set to ON_QA once the changes appear on the stage.

Comment 10 Misha H. Ali 2012-11-08 22:11:20 UTC
This bug is set to CLOSED CURRENT RELEASE to indicate that this fix is now released and available at access.redhat.com.


Note You need to log in before you can comment on or make changes to this bug.