Difference between revisions of "AWStats"
(→Bugs) |
(→SME8) |
||
Line 17: | Line 17: | ||
This contrib can be found in the sme7contribs repository and the binaries in smecontribs. | This contrib can be found in the sme7contribs repository and the binaries in smecontribs. | ||
− | yum | + | yum --enablerepo=smecontribs install smeserver-awstats |
After you do the ''signal-event post-upgrade; signal-event reboot'' visit server-manager and open Web Statistics under Administration. Enable AWstats and change any options you wish. Once enabled, you will need to wait until the log files are processed to see anything. When there are processed logs for a domain you will see the option ''Show'' under AWStats. The stats are viewed through the server-manager, not through ''mydomain.com/awstats'' as in a standard install. This install process works under SME 8. | After you do the ''signal-event post-upgrade; signal-event reboot'' visit server-manager and open Web Statistics under Administration. Enable AWstats and change any options you wish. Once enabled, you will need to wait until the log files are processed to see anything. When there are processed logs for a domain you will see the option ''Show'' under AWStats. The stats are viewed through the server-manager, not through ''mydomain.com/awstats'' as in a standard install. This install process works under SME 8. | ||
Revision as of 22:25, 20 June 2013
Maintainer
Description
Advanced Web Statistics (AWStats) is a powerful web server logfile analyzer (Perl script) that shows you all your Web statistics including visitors, pages, hits, hours, search engines, keywords used to find your site, broken links, robots and more.
Installation
SME7
This contrib can be found in the smecontribs repository.
yum --enablerepo=smecontribs install smeserver-awstats
After you do the signal-event post-upgrade; signal-event reboot visit server-manager and open Web Statistics under Administration. Enable AWstats and change any options you wish. Once enabled, you will need to wait until the log files are processed to see anything. When there are processed logs for a domain you will see the option Show under AWStats. The stats are viewed through the server-manager, not through mydomain.com/awstats as in a standard install. This install process works under SME 7.4.
SME8
first install sme7contribs as per http://wiki.contribs.org/SME8.0_Contribs_QA#Setup.
This contrib can be found in the sme7contribs repository and the binaries in smecontribs.
yum --enablerepo=smecontribs install smeserver-awstats
After you do the signal-event post-upgrade; signal-event reboot visit server-manager and open Web Statistics under Administration. Enable AWstats and change any options you wish. Once enabled, you will need to wait until the log files are processed to see anything. When there are processed logs for a domain you will see the option Show under AWStats. The stats are viewed through the server-manager, not through mydomain.com/awstats as in a standard install. This install process works under SME 8.
Additional information
More information about AWStats can be found on the dungog site and the AWStats website.
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-awstats component or use this link .
Problem:
yum update (via console or web-interface) fails with: Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package awstats.noarch 0:7.0-2.el4.rf set to be updated --> Running transaction check --> Processing Dependency: perl(Geo::IP) for package: awstats --> Finished Dependency Resolution Error: Missing Dependency: perl(Geo::IP) is needed by package awstats Solution: wget http://apt.sw.be/redhat/el4/en/i386/rpmforge/RPMS/perl-Geo-IP-1.38-1.el4.rf.i386.rpm rpm -i perl-Geo-IP-1.38-1.el4.rf.i386.rpm yum update #run update again..