1: .TH syslogtocern 8 "12 October 1995"
2: .SH NAME
3: syslogtocern - convert thttpd syslog entries into CERN Common Log format
4: .SH SYNOPSIS
5: .B syslogtocern
6: .I logfile
7: .RI ...
8: .SH DESCRIPTION
9: .PP
10: Reads one or more syslog files as input.
11: Takes the thttpd entries, and converts them into CERN Combined Common
12: Log format.
13: Produces two files as output: access_log and error_log.
14: If files with those names already exist in the current directory, they
15: are overwritten.
16: .SH "SEE ALSO"
17: thttpd(8)
18: .SH "BUGS / DEFICIENCIES"
19: Lumps all thttpd processes together.
20: It ought to produce separate files for each, identified by IP address and
21: port number.
22: However, that change represents a huge increase in complexity, so next version.
23: .SH AUTHOR
24: Copyright © 1995 by Jef Poskanzer <jef@mail.acme.com>.
25: All rights reserved.
26: .\" Redistribution and use in source and binary forms, with or without
27: .\" modification, are permitted provided that the following conditions
28: .\" are met:
29: .\" 1. Redistributions of source code must retain the above copyright
30: .\" notice, this list of conditions and the following disclaimer.
31: .\" 2. Redistributions in binary form must reproduce the above copyright
32: .\" notice, this list of conditions and the following disclaimer in the
33: .\" documentation and/or other materials provided with the distribution.
34: .\"
35: .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
36: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38: .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
39: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
41: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
43: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
44: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45: .\" SUCH DAMAGE.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>