-
Hello! I don't have much experience configuring Apache and I'm encountering a frustrating error. I'm installing mod_auth_openidc on a RHEL 7.9 system, with Apache 2.4.6. I've followed the "quickstart" installation and setup guide, placing a
Here are my loaded modules:
And the config that's causing the issue:
Am I missing a dependent module? Any insight is much appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My suspicion was correct. Though I'm experiencing a different issue now, I got passed the configuration syntax errors by enabling For other Apache neophytes like me, for Apache 2.4, you'll likely find these modules and their |
Beta Was this translation helpful? Give feedback.
My suspicion was correct. Though I'm experiencing a different issue now, I got passed the configuration syntax errors by enabling
mod_authn_core
,mod_authz_core
, andmod_authz_user
, which the documentation seems to presume you'll have enabled.For other Apache neophytes like me, for Apache 2.4, you'll likely find these modules and their
LoadModule
statement in/etc/httpd/conf.modules.d/00-base.conf
.