File: awstats.1

package info (click to toggle)
awstats 8.0-4
  • links: PTS
  • area: main
  • in suites: forky
  • size: 13,244 kB
  • sloc: perl: 40,711; xml: 1,785; javascript: 1,493; java: 359; sh: 152; makefile: 40; php: 29
file content (43 lines) | stat: -rw-r--r-- 1,482 bytes parent folder | download | duplicates (9)
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).