Penguin
Blame: logresolve(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of logresolve(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 logresolve
2 !!!logresolve
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 logresolve - resolve hostnames for IP-adresses in Apache logfiles
13 !!SYNOPSIS
14
15
16 __logresolve__ [[ __-s__ ''filename'' ] [[ __-c__
17 ] __access.log''
18 ''access.log.new''
19 !!DESCRIPTION
20
21
22 __logresolve__ is a post-processing program to resolve
23 IP-adresses in Apache's access logfiles. To minimize impact
24 on your nameserver, logresolve has its very own internal
25 hash-table cache. This means that each IP number will only
26 be looked up the first time it is found in the log
27 file.
28 !!OPTIONS
29
30
31 __-s__ ''filename''
32
33
34 Specifies a filename to record statistics.
35
36
37 __-c__ This causes __logresolve__ to apply some DNS
38 checks: after finding the hostname from the IP address, it
39 looks up the IP addresses for the hostname and checks that
40 one of these matches the original address.
41 !!SEE ALSO
42
43
44 __apache(8)__
45 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.