NAME

logserver - LCFG logserver

DESCRIPTION

This component serves log files and other information about LCFG components via HTTP. The HTTP server listens on port lcfglog (default 734), and provides information on the following URL pathnames:

profile/component.html

The resource values from the current profile in HTML.

profile/component.txt

The resource values from the current profile as a text file.

profile/long/component.html

The resource values from the current profile with full details, as an HTML file.

status/component.html

The resource values from the current status in HTML.

status/component.txt

The resource values from the current status as a text file.

status/long/component.html

The resource values from the current status with full details, as an HTML file.

log/component.html

The current log file in HTML.

log/component.txt

The current log file as a text file.

err/component.html

The current error file in HTML.

err/component.txt

The current error file as a text file.

warn/component.html

The current warning file in HTML.

warn/component.txt

The current warning file as a text file.

doc/component.html

The documentation in HTML.

doc/component.pod

The documentation in pod format.

RESOURCES

block

A space-separate list of components whose log files should not be published. Typically used on servers to prevent publication of sensitive log files such as authorization.

components

The list of components for which logfiles should be published (unless specified in the block list).

logrequests

True to log all requests.

maxlines

The maximum number of lines to display in one HTML log page (default 500).

statusurl

The root of the URL used to access the server status page for this client. The domain name and hostname are appended to this base to create the link to the status page (default http://lcfg/status).

PLATFORMS

Fedora13, Fedora12, Scientific5, Scientific6

AUTHOR

Stephen Quinney <squinney@inf.ed.ac.uk>