home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 May / Gamestar_62_2004-05_dvd.iso / Programy / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252893_logresolve.xml < prev    next >
Extensible Markup Language  |  2003-04-29  |  2KB  |  48 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <manualpage metafile="logresolve.xml.meta">
  5. <parentdocument href="./">Programs</parentdocument>
  6.  
  7.   <title>logresolve - Resolve IP-addresses to hostnames in Apache 
  8.    log files</title>
  9.  
  10. <summary>
  11.      <p><code>logresolve</code> is a post-processing program to
  12.      resolve IP-addresses in Apache's access logfiles.  To minimize
  13.      impact on your nameserver, logresolve has its very own internal
  14.      hash-table cache.  This means that each IP number will only be
  15.      looked up the first time it is found in the log file.</p>
  16.  
  17.      <p>Takes an Apache log file on standard input.  The IP addresses
  18.      must be the first thing on each line and must be seperated from
  19.      the remainder of the line by a space.</p>
  20. </summary>
  21.  
  22. <section id="synopsis"><title>Synopsis</title>
  23.  
  24.      <p><code><strong>logresolve</strong> [ -<strong>s</strong>
  25.      <var>filename</var> ] [ -<strong>c</strong> ] <
  26.      <var>access_log</var> > <var>access_log.new</var></code></p>
  27. </section>
  28.  
  29.  
  30. <section id="options"><title>Options</title>
  31.  
  32. <dl>
  33.  
  34. <dt><code>-s <var>filename</var></code></dt>
  35.  
  36. <dd>Specifies a filename to record statistics.</dd>
  37.  
  38. <dt><code>-c</code></dt>
  39.  
  40. <dd>This causes <code>logresolve</code> to apply some DNS checks:
  41. after finding the hostname from the IP address, it looks up the IP
  42. addresses for the hostname and checks that one of these matches the
  43. original address.</dd>
  44.  
  45. </dl>
  46. </section>
  47.  
  48. </manualpage>