Difference between revisions of "AWStats"

From SME Server
Jump to navigationJump to search
Line 20: Line 20:
 
[[Category:Dungog]]
 
[[Category:Dungog]]
 
[[Category:Administration:Monitoring]]
 
[[Category:Administration:Monitoring]]
= Bug 6606 =
+
Bug 6606
 
Problem:
 
Problem:
 
yum update (via console or web-interface) fails with:
 
yum update (via console or web-interface) fails with:

Revision as of 14:54, 30 April 2011


Maintainer

Dungog

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

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.

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 .


Bug 6606 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..