Replies: 1 comment 1 reply
-
Probably not a module question, but check out this question . It might give you a procedure, and also talks about unpacking the rpm so you can see the files. You should also look at dependent rpms(rpm -q --requires). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
in our entreprise we don't install the apache on the default location (it's not always in the same path)
We are looking to do a standard installation procedure
Should we do a yum install with the official package => the modules (and a new apache) will be installed on the default location.
We don't want to compile the module each time, we'd like to avoid needing the root privilege on the installation as well.
Is it possible to copy the libraries manually (should we have a .so set per RHEL version ?)
for example
LoadModule libjansson_module modules/libjansson.so.4
LoadModule libcjose_module modules/libcjose.so.0
LoadModule auth_openidc_module modules/mod_auth_openidc.so
(we won't use the reddis cache)
And keep the support.
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions