80254d9c6d
- mark as arch independed - make the pre-configure/do-install blocks more compact using vars - adjust paths in docs/*.html too to reflect the installation - mention in README, that the default config works for localhost httpd out of the box and how to access the reports - bump REVISION feedback from and ok kirby@, sthen@
26 lines
783 B
Plaintext
26 lines
783 B
Plaintext
$OpenBSD: README,v 1.2 2012/12/09 22:05:25 rpe Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
The configuration is prepared to produce reports for httpd on localhost
|
|
out of the box.
|
|
|
|
|
|
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
|
|
|
|
|
|
To access the report for localhost point your browser to
|
|
|
|
http://localhost/awstats/awstats.pl?config=localhost
|