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

Doc: mod_proxy_hcheck Doesn't perform checks

    XMLWordPrintable

Details

    Description

      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>
      </VirtualHost>
      
      LogLevel proxy_hcheck:TRACE8
      LogLevel proxy:TRACE8
      LogLevel watchdog:TRACE8
      

      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.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-khosford Kieran Hosford
              rhn-support-hokuda Hisanobu Okuda
              Matus Madzin Matus Madzin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: