1PENLOG(1) General Commands Manual PENLOG(1)
2
3
4
6 penlog
7
8
10 penlog server_ip server_port [my_ip]
11
12
14 penlog lbhost:10000
15
16
18 Penlog reads webserver log entries from stdin and sends them using UDP
19 to penlogd. It is intended for Apache's "reliable piped logs". To use
20 penlog from Apache, add a command like this to the web server's
21 httpd.conf:
22
23 CustomLog "|/usr/local/bin/penlog somehost 10000" common
24
25 The optional third argument is used if the server has several
26 addresses. Penlogd uses the source address to identify the server, and
27 it must be identical to the address configured in the command line to
28 Pen.
29
30
32 pen(1), penlogd(1)
33
34
36 Copyright (C) 2002 Ulric Eriksson, <ulric@siag.nu>.
37
38
39
40 LOCAL PENLOG(1)