How to Install and Uninstall mod_intercept_form_submit.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "mod_intercept_form_submit.src" package

This guide let you learn how to install mod_intercept_form_submit.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mod_intercept_form_submit.src

2. Uninstall "mod_intercept_form_submit.src" package

Here is a brief guide to show you how to uninstall mod_intercept_form_submit.src on Oracle Linux 9:

$ sudo dnf remove mod_intercept_form_submit.src $ sudo dnf autoremove

3. Information about the mod_intercept_form_submit.src package on Oracle Linux 9

Last metadata expiration check: 3:53:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mod_intercept_form_submit
Version : 1.1.0
Release : 15.el9
Architecture : src
Size : 23 k
Source : None
Repository : ol9_appstream
Summary : Apache module to intercept login form submission and run PAM authentication
URL : http://www.adelton.com/apache/mod_intercept_form_submit/
License : ASL 2.0
Description : mod_intercept_form_submit can intercept submission of application login
: forms. It retrieves the login and password information from the POST
: HTTP request, runs PAM authentication with those credentials, and sets
: the REMOTE_USER environment variable if the authentication passes.