How to Install and Uninstall mod_qos.x86_64 Package on Fedora 35

Last updated: September 21,2024

1. Install "mod_qos.x86_64" package

Please follow the guidelines below to install mod_qos.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install mod_qos.x86_64

2. Uninstall "mod_qos.x86_64" package

Please follow the instructions below to uninstall mod_qos.x86_64 on Fedora 35:

$ sudo dnf remove mod_qos.x86_64 $ sudo dnf autoremove

3. Information about the mod_qos.x86_64 package on Fedora 35

Last metadata expiration check: 4:23:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mod_qos
Version : 11.70
Release : 1.fc35
Architecture : x86_64
Size : 1.2 M
Source : mod_qos-11.70-1.fc35.src.rpm
Repository : updates
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.