Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation does not work on OpenSuse Leap 15.2 / 15.3 because of apache module naming glitch #64

Open
rwambacher opened this issue Oct 24, 2021 · 0 comments

Comments

@rwambacher
Copy link

OpenSuSe uses it's own logic for module naming where the module name in the sysconfig variable ($APACHE_MODULES) has to match the installed apache module file under /usr/lib64/apache2/.

Module name is "auth_jwt", therefore apache module file has to be mod_auth_jwt.so.
Currently the file name is "mod_authnz_jwt.so" which leads to the effect that OpenSUSE does not add the module to the loadmodule.conf file generated at starting time of apache.

A simple rename of the apache module file from mod_authnz_jwt.so" to "mod_auth_jwt.so" solved the problem for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant