home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278527_logresolve.xml < prev    next >
Extensible Markup Language  |  2004-02-09  |  2KB  |  66 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.  
  5. <!--
  6.  Copyright 2003-2004 The Apache Software Foundation
  7.  
  8.  Licensed under the Apache License, Version 2.0 (the "License");
  9.  you may not use this file except in compliance with the License.
  10.  You may obtain a copy of the License at
  11.  
  12.      http://www.apache.org/licenses/LICENSE-2.0
  13.  
  14.  Unless required by applicable law or agreed to in writing, software
  15.  distributed under the License is distributed on an "AS IS" BASIS,
  16.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  17.  See the License for the specific language governing permissions and
  18.  limitations under the License.
  19. -->
  20.  
  21. <manualpage metafile="logresolve.xml.meta">
  22. <parentdocument href="./">Programs</parentdocument>
  23.  
  24.   <title>logresolve - Resolve IP-addresses to hostnames in Apache 
  25.    log files</title>
  26.  
  27. <summary>
  28.      <p><code>logresolve</code> is a post-processing program to
  29.      resolve IP-addresses in Apache's access logfiles.  To minimize
  30.      impact on your nameserver, logresolve has its very own internal
  31.      hash-table cache.  This means that each IP number will only be
  32.      looked up the first time it is found in the log file.</p>
  33.  
  34.      <p>Takes an Apache log file on standard input.  The IP addresses
  35.      must be the first thing on each line and must be seperated from
  36.      the remainder of the line by a space.</p>
  37. </summary>
  38.  
  39. <section id="synopsis"><title>Synopsis</title>
  40.  
  41.      <p><code><strong>logresolve</strong> [ -<strong>s</strong>
  42.      <var>filename</var> ] [ -<strong>c</strong> ] <
  43.      <var>access_log</var> > <var>access_log.new</var></code></p>
  44. </section>
  45.  
  46.  
  47. <section id="options"><title>Options</title>
  48.  
  49. <dl>
  50.  
  51. <dt><code>-s <var>filename</var></code></dt>
  52.  
  53. <dd>Specifies a filename to record statistics.</dd>
  54.  
  55. <dt><code>-c</code></dt>
  56.  
  57. <dd>This causes <code>logresolve</code> to apply some DNS checks:
  58. after finding the hostname from the IP address, it looks up the IP
  59. addresses for the hostname and checks that one of these matches the
  60. original address.</dd>
  61.  
  62. </dl>
  63. </section>
  64.  
  65. </manualpage>
  66.