I am trying to get AwStats to work on a test environment before deploying to live. I have followed
http://www.dotnetpanel.com/Downloads/?CategoryID=7
http://help.dotnetpanel.com/Third-Party%20Products/IIS%206.0%20Web%20Server%20Installation%20and%20Configuration.aspx
http://help.dotnetpanel.com/HOW-TO/How%20to%20Secure%20AWStats.aspx
http://help.dotnetpanel.com/Third-Party%20Products/AWStats%20Installation%20and%20Configuration.aspx
http://help.dotnetpanel.com/Administrator%20Guide/Setting%20up%20Server%20Services/AWStats%20Provider%20Settings.aspx
http://www.ihsen.com/support/InstallingAWStatsOnIIS6.pdf
My provider settings are as follows
AWStats CGI-BIN Folder Location: %SYSTEMDRIVE%\Inetpub\webstats\cgi-bin
Batch File Name: UpdateStats.bat
Batch File Line Template: %SYSTEMDRIVE%\perl\bin\perl.exe awstats.pl config=[DOMAIN_NAME] -update
Configuration File Template:
LogFormat = "date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status sc-bytes"
LogSeparator = " "
DNSLookup = 2
DirCgi = "/cgi-bin"
DirIcons = "/icon"
AllowFullYearView=3
AllowToUpdateStatsFromBrowser = 2
UseFramesWhenCGI = 1
ShowFlagLinks = "en fr de it nl es"
LogFile = "[LOGS_FOLDER]\ex%YY-3%MM-3%DD-3.log"
DirData = "%SYSTEMDRIVE%\Inetpub\webstats\data"
SiteDomain = "[DOMAIN_NAME]"
HostAliases = [DOMAIN_ALIASES]
Statistics Help URL: http://stats.james.test/cgi-bin/awstats.pl?config=[domain_name]
My original config as per InstallingAWStatsOnIIS6.pdf works. If I open http://stats.james.test/cgi-bin/awstats.pl?config=model in my browser on the server it opens AwStats and shows data. If I then run awstats.pl -config=model -update from a cmd window it does update the statistics.
The Problem
If I open the statics page through DotNetPanel for the same site. The url is http://stats.james.test/cgi-bin/awstats.pl?config=mydomain.local, AwStats loads but there is no data with the error "Never updated (See 'Build/Update' on awstats_setup.html page)"
I have tried running the update via Customer > Hosting Space > Space Home > Advanced Website Statistics, click the Name then update but this does not make a difference.
Please can someone advise what step I have been missing?