How to Install and Uninstall mod_qos.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 03,2024

1. Install "mod_qos.x86_64" package

This guide covers the steps necessary to install mod_qos.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mod_qos.x86_64

2. Uninstall "mod_qos.x86_64" package

Please follow the steps below to uninstall mod_qos.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove mod_qos.x86_64 $ sudo dnf autoremove

3. Information about the mod_qos.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:08:26 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mod_qos
Version : 11.64
Release : 1.el8
Architecture : x86_64
Size : 1.2 M
Source : mod_qos-11.64-1.el8.src.rpm
Repository : epel
Summary : Quality of service module for Apache
URL : http://opensource.adnovum.ch/mod_qos/
License : GPLv2
Description : The mod_qos module may be used to determine which requests should be served and
: which shouldn't in order to avoid resource over-subscription. The module
: collects different attributes such as the request URL, HTTP request and response
: headers, the IP source address, the HTTP response code, history data (based on
: user session and source IP address), the number of concurrent requests to the
: server (total or requests having similar attributes), the number of concurrent
: TCP connections (total or from a single source IP), and so forth.
:
: Counteractive measures to enforce the defined rules are: request blocking,
: dynamic timeout adjustment, request delay, response throttling, and dropping of
: TCP connections.