1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5  <head>
6    <meta name="generator" content="HTML Tidy, see www.w3.org" />
7
8    <title>Manual Page: logresolve - Apache HTTP Server</title>
9  </head>
10
11  <body bgcolor="#ffffff" text="#000000" link="#0000ff"
12  vlink="#000080" alink="#ff0000">
13        <div align="CENTER">
14      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
15
16      <h3>Apache HTTP Server Version 1.3</h3>
17    </div>
18
19    <!-- This document was autogenerated from the man page -->
20
21    <h1 align="center">Manual Page: logresolve</h1>
22<pre>
23<strong>NAME</strong>
24     logresolve - resolve hostnames  for  IP-addresses  in  Apache
25     logfiles
26
27<strong>SYNOPSIS</strong>
28     <strong>logresolve</strong>  [  -<strong>s</strong>  <em>filename</em>  ]  [  -<strong>c</strong>  ]  &lt;   <em>access</em>_<em>log</em>   &gt;
29     <em>access</em>_<em>log</em>.<em>new</em>
30
31<strong>DESCRIPTION</strong>
32     <strong>logresolve</strong> is  a  post-processing  program  to  resolve  IP-
33     addresses in Apache's access logfiles.  To minimize impact on
34     your nameserver, logresolve has its very own internal  hash-
35     table  cache.  This  means  that each IP number will only be
36     looked up the first time it is found in the log file.
37
38<strong>OPTIONS</strong>
39     -<strong>s</strong> <em>filename</em> Specifies a filename to record statistics.
40
41     -<strong>c       </strong>   This causes <strong>logresolve</strong> to apply some DNS checks:
42                 after  finding the hostname from the IP address,
43                 it looks up the IP addresses  for  the  hostname
44                 and  checks that one of these matches the origi-
45                 nal address.
46
47<strong>SEE ALSO</strong>
48     <strong>httpd(8)</strong>
49</pre>
50        <hr />
51
52    <h3 align="CENTER">Apache HTTP Server Version 1.3</h3>
53    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
54    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
55
56
57  </body>
58</html>
59
60