libapache2-mod-qos 10.25-1 source package in Ubuntu

Changelog

libapache2-mod-qos (10.25-1) unstable; urgency=low


  * Imported Upstream version 10.25
  * Fix lintian error: vcs-field-not-canonical

 -- Sergey B Kirpichev <email address hidden>  Tue, 05 Nov 2013 22:39:41 +0400

Upload details

Uploaded by:
Sergey B Kirpichev
Uploaded to:
Sid
Original maintainer:
Sergey B Kirpichev
Architectures:
any
Section:
httpd
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libapache2-mod-qos_10.25-1.dsc 2.0 KiB 749bc86e75807d274f6a30be4aca7efd851538e75b567c5b37b9dcfe64980d38
libapache2-mod-qos_10.25.orig.tar.gz 464.4 KiB c8aed29ad0156b436846a1eeaab6532cb9c4775e2a146d3d3483dc62ada2d0ba
libapache2-mod-qos_10.25-1.debian.tar.gz 5.0 KiB a8888c06660fc9dd2763818126e0fa8eda747264b4626a9f9e0ae022201e98db

Available diffs

No changes file available.

Binary packages built by this source

libapache2-mod-qos: 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.