From: Joshua Slive Date: Mon, 21 Apr 2003 21:27:20 +0000 (+0000) Subject: Convert the logresolve docs to xml. X-Git-Tag: pre_ajp_proxy~1812 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efdbbbddd3a43edf3917eda97e34a4d87da30c09;p=apache Convert the logresolve docs to xml. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99487 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/logresolve.html b/docs/manual/programs/logresolve.html deleted file mode 100644 index 4bd61f38c4..0000000000 --- a/docs/manual/programs/logresolve.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Manual Page: logresolve - Apache HTTP Server - - - - - -

Manual Page: logresolve

- -
-NAME
-     logresolve - resolve hostnames for  IP-addresses  in  Apache
-     logfiles
-
-SYNOPSIS
-     logresolve  [  -s  filename  ]  [  -c  ]  <   access_log   >
-     access_log.new
-
-DESCRIPTION
-     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.
-
-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 origi-
-                 nal address.
-
-SEE ALSO
-     httpd(8)
-
-
- - - - diff --git a/docs/manual/programs/logresolve.html.en b/docs/manual/programs/logresolve.html.en new file mode 100644 index 0000000000..1bac47609d --- /dev/null +++ b/docs/manual/programs/logresolve.html.en @@ -0,0 +1,64 @@ + + + +logresolve - Resolve IP-addresses to hostnames in Apache + log files - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > Programs

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

+

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.
+ +
+
+ + \ No newline at end of file diff --git a/docs/manual/programs/logresolve.xml b/docs/manual/programs/logresolve.xml new file mode 100644 index 0000000000..d7383411f9 --- /dev/null +++ b/docs/manual/programs/logresolve.xml @@ -0,0 +1,48 @@ + + + + +Programs + + logresolve - Resolve IP-addresses to hostnames in Apache + log files + + +

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.

+
+ +
Synopsis + +

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

+
+ + +
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.
+ +
+
+ +
\ No newline at end of file diff --git a/docs/manual/programs/logresolve.xml.meta b/docs/manual/programs/logresolve.xml.meta new file mode 100644 index 0000000000..fdd139d090 --- /dev/null +++ b/docs/manual/programs/logresolve.xml.meta @@ -0,0 +1,11 @@ + + + + logresolve + /programs/ + .. + + + en + +