File: control

package info (click to toggle)
libapache2-mod-geoip 1.1.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 96 kB
  • ctags: 40
  • sloc: ansic: 341; makefile: 36; sh: 35; php: 7
file content (18 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libapache2-mod-geoip
Section: web
Priority: optional
Maintainer: Michael Mende <debian@menole.net>
Build-Depends: debhelper (>> 4.0.0), apache2-threaded-dev (>= 2.0), libgeoip-dev (>=1.3.4)
Standards-Version: 3.7.0

Package: libapache2-mod-geoip
Architecture: any
Depends: apache2.2-common, ${shlibs:Depends}
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.
 .
 This module only works on Apache 2.0.x servers.
 .
 You can find more information about GeoIP at http://www.maxmind.com.