2 Replies Latest reply on Sep 16, 2013 9:53 AM by erasmomarciano

    Apache 2.2.X configuration mod_cluster Why is it so slow?

    erasmomarciano

      Hi

       

      I have this scenary:

      I have one domain controller and four slave.

      I configured my apache in mod_cluster  as following:

       

      LoadModule slotmem_module modules/mod_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

       

      ManagerBalancerName mybalancer

      <VirtualHost *:80>

          <Location />

              Order deny,allow

              Allow from all

          </Location>

       

          KeepAliveTimeout 300

          MaxKeepAliveRequests 0

          AdvertiseFrequency 5

          EnableMCPMReceive

          ServerAdvertise On

          AdvertiseSecurityKey secret

          AdvertiseGroup 224.0.1.105:23364

          LogLevel debug

       

              <Location /modcluster-manager>

                     SetHandler mod_cluster-manager

                     Order deny,allow

                     Deny from all

                     Allow from 127.0.0.1

              </Location>

      </VirtualHost>

       

      This configuration works but is not very efficient.


      Can any of you suggest me if what I have to do tunig to improve communication tare Apache and Jboss?

      Meanwhile, for performance reasons I switched to configuzione mod_proxy http

       

      Why is it so slow?

       

       

       

      There are not network problems