Uploaded image for project: 'JBoss Core Services'
  1. JBoss Core Services
  2. JBCS-718

mod_proxy_hcheck Doesn't perform checks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • httpd 2.4.37 ER1
    • httpd 2.4.29 GA
    • httpd
    • None

      Added the following config and restart the server:

      <VirtualHost _default_:80>
      ServerName localhost
          ProxyPass /test balancer://testAP/ stickysession=JSESSIONID
          ProxyPassReverse /test balancer://testAP/
      
          <Proxy balancer://testAP>
              BalancerMember http://www.redhat.com:80 loadfactor=10 hcmethod=TCP hcinterval=10 hcpasses=2 hcfails=3
              BalancerMember http://www.jboss.org:80 loadfactor=10 hcmethod=TCP hcinterval=10 hcpasses=2 hcfails=3
          </Proxy>
      
          LogLevel proxy_hcheck:TRACE8
          LogLevel proxy:TRACE8
          LogLevel watchdog:TRACE8
      </VirtualHost>
      

      But health check does not work

      There is the following similar bug filed at :
      bz: https://bz.apache.org/bugzilla/show_bug.cgi?id=60757
      svn: https://svn.apache.org/viewvc?view=revision&revision=1792905

      But, it does not resolves the issue. Looks addtional fix.

            gzaronik@redhat.com George Zaronikas
            dsartzet@redhat.com Dimitris Sartzetakis (Inactive)
            Paul Lodge Paul Lodge
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: