mod_auth_form missing?

Latest response

mod_auth_form for apache doesn't appear to be in the base kit for RHEL 7 Desktop. Not on EPEL either. Anybody know if its still available in a semi-official form?

Responses

The mod_auth_form module is shipped as part of the mod_session package that is found in the optional channel.

How to access the optional channel here:
https://access.redhat.com/solutions/392003

-edit- Interestingly it looks to be in both the main and optional channels.
https://access.redhat.com/downloads/content/rhel---7/x86_64/2456/mod_session/2.4.6-67.el7_4.6/x86_64/fd431d51/package

Either way, the module is there


/etc/httpd/conf.modules.d/01-session.conf /usr/lib64/httpd/modules/mod_auth_form.so <--------- /usr/lib64/httpd/modules/mod_session_cookie.so /usr/lib64/httpd/modules/mod_session_crypto.so /usr/lib64/httpd/modules/mod_session_dbd.so /usr/lib64/httpd/modules/mod_session.so

ah, we do not have Internet access from our server room, so I copied from install media and from EPEL. Guess I need to find a way to manually download the official channel repositories as well. Thanks

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.