Adding debian version 11.74-2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
24ecce9d56
commit
b1c252527e
19 changed files with 647 additions and 0 deletions
30
debian/control
vendored
Normal file
30
debian/control
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
Source: libapache2-mod-qos
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends: debhelper (>= 9), libssl-dev (>= 0.9.8g), libapr1-dev, libaprutil1-dev, libpcre2-dev, libpng-dev, dh-apache2, apache2-dev (>= 2.4.53-1~), dh-autoreconf
|
||||
Standards-Version: 4.3.0
|
||||
Section: httpd
|
||||
Homepage: http://mod-qos.sourceforge.net/
|
||||
Vcs-Git: https://salsa.debian.org/sk-guest/libapache2-mod-qos.git
|
||||
Vcs-Browser: https://salsa.debian.org/sk-guest/libapache2-mod-qos
|
||||
|
||||
Package: libapache2-mod-qos
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: quality of service module for the apache2
|
||||
This is a quality of service module (QoS) for the Apache web server
|
||||
implementing control mechanisms that can provide different priority
|
||||
to different HTTP requests.
|
||||
.
|
||||
It may be used to determine which requests should be served and which
|
||||
shouldn't in order to avoid resource oversubscription. 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 (user session and on per source IP address basis), 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.
|
Loading…
Add table
Add a link
Reference in a new issue