<-
Apache > HTTP Server > Documentation > Version 2.0 > Programs

Please note

This document refers to the 2.0 version of Apache httpd, which is no longer maintained. Upgrade, and refer to the current version of httpd instead, documented at:

You may follow this link to go to the current version of this document.

logresolve - Resolve IP-addresses to hostnames in Apache log files

Available Languages:  en  |  ko  |  tr 

logresolve 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.

Takes an Apache log file on standard input. The IP addresses must be the first thing on each line and must be seperated from the remainder of the line by a space.

top

Synopsis

logresolve [ -s filename ] [ -c ] < access_log > access_log.new

top

Options

-s filename
Specifies a filename to record statistics.
-c
This causes logresolve 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 original address.

Available Languages:  en  |  ko  |  tr