User Commands PENLOG(1) NAME penlog SYNOPSIS penlog server_ip server_port [my_ip] EXAMPLE penlog lbhost:10000 DESCRIPTION _P_e_n_l_o_g reads webserver log entries from stdin and sends them using UDP to penlogd. It is intended for Apache's "reliable piped logs". To use penlog from Apache, add a command like this to the web server's httpd.conf: CustomLog "|/usr/local/bin/penlog somehost 10000" common The optional third argument is used if the server has several addresses. Penlogd uses the source address to iden- tify the server, and it must be identical to the address configured in the command line to Pen. SEE ALSO pen(1), penlogd(1) AUTHOR Copyright (C) 2002 Ulric Eriksson, . ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: _______________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE| |_________________________________________|____________________________________|_ | Availability | SUNWpen | |_________________________________________|____________________________________|_ | Interface Stability| Uncommitted | |_____________________|__________________| NOTES The Pen project is located at http://siag.nu/pen. Source for Pen is available on http://opensolaris.org. SunOS 5.11 Last change: 25 Mar 2008 1