File: control

package info (click to toggle)
libapache-mod-choke 0.06-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 120 kB
  • ctags: 70
  • sloc: ansic: 764; makefile: 56; sh: 41
file content (18 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libapache-mod-choke
Section: web
Priority: optional
Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
Standards-Version: 3.6.1.0
Build-Depends: apache-dev (>= 1.3.33-4), debhelper

Package: libapache-mod-choke
Architecture: any
Depends: ${shlibs:Depends}, apache-common (>= 1.3.0)
Description: concurrent connections per IP and data transfer rate limiter for Apache
 Module for Apache that limits usage by greedy clients. It's two main
 functions are to limit the number of concurrent connections per IP, and
 to limit the rate at which apache sends data to the client, with
 burst support for the first chunks of a file.
 .
 It includes detection of users behind proxy servers (using the
 X-Referred-By header).