< Home - < Back

mod_qos


Information about the package, mod_qos, which is shipped with common Linux distributions. The mod_qos package is designed for, Quality of service module for Apache.


Package Name:

mod_qos

Summary:

Quality of service module for Apache

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.

Architecture:

x86_64

Version:

10.24

Release:

1.el6

Size:

314 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for mod_qos


Control the mod_qos package with the following handy commands outlined below.


Command

Description of Command

yum install mod_qos

This command will install mod_qos on the server.

yum remove mod_qos

This command will un-install mod_qos on the server. When you run this command, you will be asked if you are sure that you want to remove mod_qos, so you have to manually confirm that you want to do this.

yum -y remove mod_qos

This command will un-install mod_qos on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mod_qos when using the -y flag.

yum update mod_qos

This command will update mod_qos to the latest version. When you run this command, you will be asked if you are sure that you want to remove mod_qos, so you have to manually confirm that you want to do this.

yum -y update mod_qos

This command will update mod_qos to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mod_qos when using the -y flag.

yum info mod_qos

This command will show you core information about the mod_qos package.

yum deplist mod_qos

This command will show you the dependencies for mod_qos. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mod_qos

This command will check if there is an update waiting on mod_qos. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.