File: control

package info (click to toggle)
ip2host 1.13-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 68 kB
  • sloc: perl: 198; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ip2host
Section: utils
Priority: optional
Maintainer: Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>> 7.0.50~), perl
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/collab-maint/ip2host.git
Vcs-Browser: http://git.debian.org/git/collab-maint/ip2host.git

Package: ip2host
Architecture: all
Depends: ${misc:Depends}, perl
Description: Resolve IPs to hostnames in web server logs
 This script is a drop-in replacement for the logresolve.pl
 script distributed with the Apache web server.
 .
 ip2host has the same basic design of forking children to handle
 the DNS resolution in parallel, but multiplexes the communication
 to minimize the impact of slow responses.  This results in a
 significant speed improvement (approximately 10x faster), and 
 the performance degrades more gracefully as the DNS timeout value
 is increased.