-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
False
-
Undefined
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 #
- is related to
-
JBCS-1227 Documentation needs to be updated to reflect release of JBCS httpd rpm on RHEL8
- Closed