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

Kbase needs to be updated to reflect release of JBCS httpd rpm on RHEL8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • None
    • httpd
    • None
    • False
    • False
    • Undefined

    Description

      With the release of JBCS httpd rpm version on RHEL8:
       
      https://access.redhat.com/downloads/content/jbcs-httpd24-httpd/2.4.37-74.el8jbcs/x86_64/fd431d51/package
       
      We need to update the below solution pages:

      [Is there a JBCS httpd distribution for RHEL8?]
      https://access.redhat.com/solutions/4368491

      [JBCS Apache HTTPD installation and package changes in RHEL 8]
      https://access.redhat.com/solutions/4726901

      [Support of mod_auth_openidc in JBCS httpd]

      https://access.redhat.com/solutions/4946361

       

      because it appears httpd dropped the support for mod_cluster module from jbcs repo already:

      httpd: Syntax error on line 356 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf.d/mod_cluster.conf:
       Cannot load /opt/rh/jbcs-httpd24/root/usr/lib64/httpd/modules/mod_proxy_cluster.so into server:
      /opt/rh/jbcs-httpd24/root/usr/lib64/httpd/modules/mod_proxy_cluster.so: undefined symbol: proxy_run_check_trans

      Notice the function proxy_run_check_trans() is present in mod_proxy.so from jbcs-httpd24-httpd:

      # rpm -qf /opt/rh/jbcs-httpd24/root/usr/lib64/httpd/modules/mod_proxy.so
      jbcs-httpd24-httpd-2.4.37-74.el8jbcs.x86_64
      # readelf -s /opt/rh/jbcs-httpd24/root/usr/lib64/httpd/modules/mod_proxy.so | grep proxy_run_check_trans
        272: 000000000000c940   118 FUNC    GLOBAL DEFAULT   12 proxy_run_check_trans
      #

      and is missing in mod_proxy.so provided by httpd:

      # rpm -qf /usr/lib64/httpd/modules/mod_proxy.so
      httpd-2.4.37-39.module+el8.4.0+9658+b87b2deb.x86_64
      # readelf -s /usr/lib64/httpd/modules/mod_proxy.so | grep proxy_run_check_trans
      #

       

      Attachments

        Issue Links

          Activity

            People

              rhn-support-aogburn Aaron Ogburn
              rhn-support-mosvald Martin Osvald
              Santiago Gala Santiago Gala
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: