File: control

package info (click to toggle)
libapache2-mod-geoip 1.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 152 kB
  • ctags: 66
  • sloc: ansic: 725; makefile: 9; php: 7
file content (24 lines) | stat: -rw-r--r-- 908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libapache2-mod-geoip
Section: httpd
Priority: optional
Maintainer: Prach Pongpanich <prachpub@gmail.com>
Build-Depends: apache2-dev,
               debhelper (>= 9),
               libgeoip-dev (>=1.4.8)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/libapache2-mod-geoip.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libapache2-mod-geoip.git
Homepage: http://www.maxmind.com/app/mod_geoip

Package: libapache2-mod-geoip
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: geoip-database
Description: GeoIP support for apache2
 This is an apache2 module for finding the country that a web request
 originated from. It uses the GeoIP library and database to perform
 the lookup. The module allows manipulation of client requests from within
 Apache based on the country of origin.
 .
 This module only works on Apache 2 servers.