1PENLOG(1)                   General Commands Manual                  PENLOG(1)
2
3
4

NAME

6       penlog - pipe Apache logs to penlogd
7
8

SYNOPSIS

10       penlog server_ip server_port [my_ip]
11
12

EXAMPLE

14       penlog lbhost:10000
15
16

DESCRIPTION

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

SEE ALSO

32       pen(1), penlogd(1)
33
34

AUTHOR

36       Copyright (C) 2002-2015 Ulric Eriksson, <ulric@siag.nu>.
37
38
39
40                                     LOCAL                           PENLOG(1)
Impressum