0 Replies Latest reply on Nov 28, 2018 5:05 PM by whatcher1074

    jboss mod_cluster require ip question

    whatcher1074

      I have the following configuration and simply want to confirm something. The require i.p. value only allows the specified i.p.s access to the web server, correct? Or, are these i.p.s being allowed access from outside clients through the apache server to them?

       

      Load JBoss proxy modules

      #LoadModule slotmem_module modules/mod_slotmem.so

      LoadModule cluster_slotmem_module modules/mod_cluster_slotmem.so

      LoadModule manager_module modules/mod_manager.so

      LoadModule proxy_cluster_module modules/mod_proxy_cluster.so

      LoadModule advertise_module modules/mod_advertise.so

      LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

       

       

      Listen happyhost:6266

       

       

      <VirtualHost happyhost:6266>

       

       

          <Location />

             Require ip X.X.X.X

         </Location>

       

       

       

       

       

       

       

      </VirtualHost>

       

       

      ~