1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.\" -*- nroff -*-
.TH AWSTATS 1 "web server logfile analyzer"
.SH NAME
awstats \- a free web server logfile analyzer to show you
advanced web statistics
.SH SYNOPSIS
.B awstats \fB-config\fR \fIvirtualhostname\fR
.RI
[\fB options \fP]
.br
.SH DESCRIPTION
This runs awstats in command line to update statistics (\fB-update\fR option) of a
web site, from the log file defined in AWStats config file, or build a HTML
report (\fB-output\fR option).
First, awstats tries to read awstats.\fIvirtualhostname\fR.conf as the config file.
If not found, awstats tries to read awstats.conf, and finally the full path
passed to \fB-config\fR option.
Config files (awstats.virtualhostname.conf or awstats.conf) must be
in /etc/awstats, /usr/local/etc/awstats or /etc.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-update
to update statistics (default)
.TP
.B \-output
to output main HTML report (no update made except with \fB-update\fR)
.TP
.B \-h
Display usage information.
.SH ENVIRONMENT VARIABLES
AWStats checks environment variable AWSTATS_FORCE_CONFIG; if defined, AWStats will
use it as the "config" value, whatever is the value on command line.
.SH SEE ALSO
For more complete description of AWStats on the Debian
system, look here:
/usr/share/doc/awstats/
.SH AUTHOR
AWStats was written by Laurent Destailleur <eldy@users.sourceforge.net>.
.PP
This manual page was written by Sergey B Kirpichev <skirpichev@gmail.com>,
for the Debian project (but may be used by others).
|