Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-35

Migrate Apache HTTP Server 2.2.x mod_cluster notes to Apache HTTP Server 2.4.x

XMLWordPrintable

      Dear doc guys, please amend these Apache HTTP Server 2.2.x related lines so as they are on par with the updated Apache HTTP Server 2.4.x.

      Table 2.2. Components

      It is mod_cluster_slotmem.so instead of mod_slotmem.so.

      4.1. Complete Working Example

      Please, replace the example mentioned in this Section with the following one:

      LoadModule proxy_cluster_module modules/mod_proxy_cluster.so
      LoadModule cluster_slotmem_module modules/mod_cluster_slotmem.so
      LoadModule manager_module modules/mod_manager.so
      LoadModule advertise_module modules/mod_advertise.so
      
      MemManagerFile cache/mod_cluster
      
      <IfModule manager_module>
        Listen 6666
        <VirtualHost *:6666>
          <Directory />
            Require ip 127.0.0.1
          </Directory>
          ServerAdvertise on
          EnableMCPMReceive
          <Location /mod_cluster_manager>
            SetHandler mod_cluster-manager
            Require ip 127.0.0.1
         </Location>
        </VirtualHost>
      </IfModule>
      

            lcosti.redhat Lucas Costi (Inactive)
            mbabacek1@redhat.com Michal Karm
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: