Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-771

mod_proxy_cluster doesn't work with static workers and doesn't tell they are not supported

XMLWordPrintable

      When using:
      <VirtualHost localhost:7080>
      ServerName localhost

      ProxyHCExpr world

      {hc('body') =~ /world/}

      ProxyPass /test balancer://testAP/

      ProxyPassReverse /test balancer://testAP/

      <Proxy balancer://testAP>
      BalancerMember http://localhost:8080 hcinterval=3 hcmethod=GET hcexpr=world hcuri=/hello_world.html
      BalancerMember http://localhost:8081 hcinterval=3 hcmethod=GET hcexpr=world hcuri=/hello_world.html
      </Proxy>
      </VirtualHost>

      Request to http://localhost:7080/test/URL will return 503.

            rhn-engineering-jclere Jean-Frederic Clere
            rhn-engineering-jclere Jean-Frederic Clere
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: