2012-12-09 22:05:25 +00:00
|
|
|
$OpenBSD: README,v 1.2 2012/12/09 22:05:25 rpe Exp $
|
import awstats-7.0
AWStats is a free powerful and featureful tool that generates
advanced web, streaming, ftp or mail server statistics, graphically.
This log analyzer works as a CGI or from command line and shows you
all possible information your log contains, in few graphical web
pages. It uses a partial information file to be able to process
large log files, often and quickly. It can analyze log files from
all major server tools like Apache log files (NCSA combined/XLF/ELF
log format or common/CLF log format), WebStar, IIS (W3C log format)
and a lot of other web, proxy, wap, streaming servers, mail servers
and some ftp servers.
with help and ok ajacoutot@ sthen@
2012-11-18 10:53:30 +00:00
|
|
|
|
|
|
|
+-----------------------------------------------------------------------
|
|
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
|
|
+-----------------------------------------------------------------------
|
|
|
|
|
2012-12-09 22:05:25 +00:00
|
|
|
The configuration is prepared to produce reports for httpd on localhost
|
|
|
|
out of the box.
|
|
|
|
|
|
|
|
|
import awstats-7.0
AWStats is a free powerful and featureful tool that generates
advanced web, streaming, ftp or mail server statistics, graphically.
This log analyzer works as a CGI or from command line and shows you
all possible information your log contains, in few graphical web
pages. It uses a partial information file to be able to process
large log files, often and quickly. It can analyze log files from
all major server tools like Apache log files (NCSA combined/XLF/ELF
log format or common/CLF log format), WebStar, IIS (W3C log format)
and a lot of other web, proxy, wap, streaming servers, mail servers
and some ftp servers.
with help and ok ajacoutot@ sthen@
2012-11-18 10:53:30 +00:00
|
|
|
To generate reports execute either on the command line or from cron:
|
|
|
|
|
|
|
|
# ${TRUEPREFIX}/awstats/wwwroot/cgi-bin/awstats.pl -config=localhost -update
|
|
|
|
|
|
|
|
|
|
|
|
If using Apache, you can make the reports accessible by enabling the
|
|
|
|
configuration file:
|
|
|
|
|
|
|
|
# ln -s ../modules.sample/awstats.conf /var/www/conf/modules/
|
|
|
|
# /etc/rc.d/httpd restart
|
2012-12-09 22:05:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
To access the report for localhost point your browser to
|
|
|
|
|
|
|
|
http://localhost/awstats/awstats.pl?config=localhost
|