Difference between revisions of "AWStats"

From SME Server
Jump to navigationJump to search
Line 38: Line 38:
 
This contrib can be found in the smecontribs repository, plus it needs to pick up the actuial awstats rpm from the epel repo:
 
This contrib can be found in the smecontribs repository, plus it needs to pick up the actuial awstats rpm from the epel repo:
 
   
 
   
  yum --enablerepo=smecontribs install smeserver-awstats --enablerepo=epep
+
  yum --enablerepo=smecontribs,epel install smeserver-awstats
  
  

Revision as of 12:17, 20 October 2020


Maintainer

Dungog

stephdl Stéphane de Labrusse AKA Stephdl

Version

Contrib 10:
Contrib 9:
smeserver-awstats
The latest version of smeserver-awstats is available in the SME repository, click on the version number(s) for more information.


Contrib 10:
Contrib 9:
awstats
The latest version of awstats is available in the SME repository, click on the version number(s) for more information.


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

SME8

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.

SME9

This contrib can be found in the smecontribs repository.

yum --enablerepo=smecontribs install smeserver-awstats


signal-event post-upgrade; signal-event reboot


or

config set UnsavedChanges no
config setprop AWStats status enabled
signal-event awstats-update

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.

SME10

This contrib can be found in the smecontribs repository, plus it needs to pick up the actuial awstats rpm from the epel repo:

yum --enablerepo=smecontribs,epel install smeserver-awstats


signal-event post-upgrade; signal-event reboot


or

config set UnsavedChanges no
config setprop AWStats status enabled
signal-event awstats-update

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.

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 .

IDProductVersionStatusSummary (6 tasks)
12324SME Contribs10.0IN_PROGRESSAdd smeserver-awstats to server-manager (SM2)
9455SME Contribs9.1UNCONFIRMEDscript qmail-awstats-setup.v2.sh modified for SME 9.1. and awstats-7.4-1
5925SME Contribs8.0VERIFIEDinsert qmail stats in the current awstats contribs
5180SME Contribs7.4CONFIRMEDAwstats - Can't open perl script maillogconvert.pl
5083SME Contribs7.4CONFIRMEDQmail Statisitics
2354SME Contribs7.1CONFIRMEDIncorrect statistics for VirtualHosts

Changelog

Only released version of smeserver-AWStats in smecontrib are listed here.

smeserver-AWStats Changelog: SME 10 (smecontribs)
2024/03/01 Brian Read 1.4-10.sme
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493]

2023/03/24 Michel Begue 1.4-9.sme
- fix typo and Requires in .spec file [SME: 12324]
- (sm2) consider Daily and Hourly Reported Period

- (sm2) remove unnecessary file in templates directory
2023/03/20 Michel Begue 1.4-8.sme
- Initial release for server-manager (sm2) [SME: 12324]
2023/02/12 Michel Begue 1.4-7.sme
- add mail stats to panel (ftp stats too) [SME: 5925]
2022/07/30 Brian Read 1.4-6.sme
- Re-build and link to latest devtools [SME: 11997]