Syntax-K

Know-How für Ihr Projekt

Perl Documentation

NAME

request_log - Creates a request log in combined log format

SYNOPSIS

Plugin request_log
RequestLog /path/to/logfile

DESCRIPTION

This plugin attempts to emulate the standard apache combined log format of:

"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""

Which most log parsers can cope with by default.

CONFIG

LogFile STRING

Specifies a log file to write to. Doesn't do any log file rotation or anything fancy like that. Patches welcome obviously ;-)