Firstly my apologies if this is the wrong section, I am new here and this one seemed the most appropriate for my question.
Ok I have used AWStats before but it has always be pre-installed and accessible through a cpanel interface provided by my host.
However the company I work for has a dedicated IIS server hosted with Rackspace and they have asked me to get them some reliable stats for their sites.
So the server is Windows 2003 running IIS 6.0
So far I have installed Perl Activestate with no problems.
Ran the Awstats installer with no issues.
Editted the .conf file with the following settings:
Quote:
LogFile="D:\inetpub\wwwroot\new\log\W3SVC194192220 4\extend1.log"
LogType=W
LogType=W
SiteDomain="www.mysite.com"
DirCgi="/cgi-bin"
DirIcons="../icon"
AllowToUpdateStatsFromBrowser=1
|
Those are the only items I have changed.
So my web server is set up as follows:
d: is the storage drive
d: has wwwroot\inetpub
from this are sub directories for each site hosted (i.e. d:\inetpub\wwwroot\site1)
Within each site directory is a WEB (for the website itself) and LOG (for the IIS logs) folders.
I have created a cgi-bin folder within mysites folder: d:\inetpub\wwwroot\mysite\web\cgi-bin\ and in here I have copied all the awstats files I was asked to in the installation docs.
I have then saved my editted conf file as: d:\inetpub\wwwroot\mysite\web\cgi-bin\awstats.
mysite.conf
I have run through the perl command for the update which gave me the following:
Quote:
Phase 1 : First bypass old records, searching new record...
Searching new records from beginning of log file...
Phase 2 : Now process new records (Flush history on disk after 20000 hosts)...
Jumped lines in file: 0
Parsed lines in file: 9392
Found 1 dropped records,
Found 3 corrupted records,
Found 0 old records,
Found 9388 new qualified records.
|
which according to the install notes seemed acceptable.
However I do not understand how I can now view mystats via a browser?
I have tried visiting
http://www.mysite.com/cgi-bin/awstat...www.mysite.com
but I just get a page cannot be found message.
I realise I have probably missed something very obvious, but as I say I am very new and dont quite get it.