apache-mod-auth-openidc/2.4.15.7-r0: Wrong module path in config file
Package Information
- Package name: apache-mod-auth-openidc
- Package version: 2.4.15.7-r0
- Alpine version: 3.20.0_alpha20240329
- Alpine architecture: x86_64 and aarch64
Summary
The apache2 mod-auth-openidc.so
shipped with the package is instaled in /usr/lib/apache2/mod_auth_openidc.so
while in the config file installed (apache2/conf.d/mod-auth-openidc.conf
), the module load path is modules/mod_auth_openidc.so
. This leads to the module can never be load under shipped config file.
/etc # cat apache2/conf.d/mod-auth-openidc.conf | grep Load
LoadModule auth_openidc_module modules/mod_auth_openidc.so
This is discovered when debugging issues of using OIDC in FreshRSS: https://github.com/FreshRSS/FreshRSS/issues/5722
Steps to reproduce
If applicable, please provide instructions to reproduce the issue.