3 Replies Latest reply on Jan 23, 2014 3:34 AM by isa154

    mod_cluster option EnableMCPMReceive failing

    isa154

      Hi

       

      I am using mod_cluster and have the following option in my apache conf. (mod_cluster.conf).

      #

      # This is mod_cluster module configuration file. Please refer to README

      # for more information on how to enable mod_cluster.

       

      LoadModule proxy_module         modules/mod_proxy.so

      LoadModule slotmem_module       modules/mod_slotmem.so

      LoadModule proxy_ajp_module     modules/mod_proxy_ajp.so

      LoadModule manager_module       modules/mod_manager.so

      LoadModule proxy_cluster_module modules/mod_proxy_cluster.so

      LoadModule advertise_module     modules/mod_advertise.so

       

      CreateBalancers 1

       

      <IfModule manager_module>

       

      <IfModule manager_module>

         Listen MYHOST:9000

        <VirtualHost MYHOST:9000>

      ProxyPreserveHost On

       

      <Location /mod_cluster_manager>
         SetHandler mod_cluster-manager
      </Location>

       

      ManagerBalancerName mycluster
          KeepAliveTimeout 300
          MaxKeepAliveRequests 0
          AdvertiseFrequency 5
          ServerAdvertise On
          EnableMCPMReceive

       

      </VirtualHost>

      </IfModule>

       

      However when I try to start apache I get the following error

       

      Invalid command 'EnableMCPMReceive', perhaps misspelled or defined by a module not included in the server configuration