blob: fda37852b8d45728357a213f3d9598c4654a7103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Manual Page: logresolve - Apache HTTP Server</title>
</head>
<body
bgcolor="#ffffff"
text="#000000"
link="#0000ff"
vlink="#000080"
alink="#ff0000"
>
<DIV ALIGN="CENTER">
<IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
<H3>
Apache HTTP Server Version 1.3
</H3>
</DIV>
<!-- This document was autogenerated from the man page -->
<h1 align="center">Manual Page: logresolve</h1>
<pre>
<strong>NAME</strong>
logresolve - resolve hostnames for IP-addresses in Apache
logfiles
<strong>SYNOPSIS</strong>
<strong>logresolve </strong>[ -<strong>s </strong><em>filename </em>] [ -<strong>c </strong>] < <em>access</em>_<em>log </em>>
<em>access</em>_<em>log</em>.<em>new</em>
<strong>DESCRIPTION</strong>
<strong>logresolve </strong>is a post-processing program to resolve IP-
addresses in Apache's access logfiles. To minimize impact on
your nameserver, logresolve has its very own internal hash-
table cache. This means that each IP number will only be
looked up the first time it is found in the log file.
<strong>OPTIONS</strong>
-<strong>s </strong><em>filename </em>Specifies a filename to record statistics.
-<strong>c </strong>This causes <strong>logresolve </strong>to apply some DNS checks:
after finding the hostname from the IP address,
it looks up the IP addresses for the hostname
and checks that one of these matches the origi-
nal address.
<strong>SEE ALSO</strong>
<strong>httpd(8)</strong>
</pre>
<HR>
<H3 ALIGN="CENTER">
Apache HTTP Server Version 1.3
</H3>
<A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A>
<A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>
</body>
</html>
|