Group29.com - What did you expect?
  Create an account
:: Home  ::  Downloads  ::  Your Account  ::  Forums  ::
Google Adsense
Modules
  • Home
  • Downloads
  • ExpectationReviews
  • Forums
  • Group29 FAQ
  • MovieReviews
  • OtherReviews
  • Stories Archive
  • Submit News
  • Top 10
  • Topics
  • Web Links
  • New at Group29
    ·Movie Review: Buzz Lightyear Movie [10]
    ·Movie Review: The Marvels [7]
    ·UCLA vs. USC 2022 preview
    ·Expectation Review: Black Adam [22]
    ·Tuna Is Not The Favorite Pizza Topping in Minnesota
    ·Expectation Review: Captain Marvel [25]
    ·Forum Topic: Update your Facebook property
    ·Web Link: WEP Key Converter
    ·Forum Topic: Why does my IPA file get saved as a zip file in IE?
    ·Web Link: BeyondCompare

    read more...
    TheForce.Net
    ·Rebelscum Breast Cancer Awareness Charity Patch
    ·BBC Interviews J.J. Abrams About Trek And Wars
    ·CEII: Jabba's Palace Reunion - Massive Guest Announcements
    ·Fathead's May the Fourth Be With You!
    ·Star Wars Night With The Tampa Bay Storm Reminder
    ·Stephen Hayford Star Wars Weekends Exclusive Art
    ·ForceCast #251: To Spoil or Not to Spoil
    ·New Timothy Zahn Audio Books Coming
    ·SDCC: Exclusive Black Series Boba Fett With Han In Carbonite Set
    ·Star Wars Art Exposition May 4th

    read more...
    Hot trends
    ·Group29.com

    read more...
    Group29 Discussion Board :: View topic - AWSTATS for your IIS 6.0 system
    Log in Register Forum FAQ Memberlist Search
    Ratings, Links, Free Speech and more

    Group29 Discussion Board Forum Index -> Group29 Tech Tips -> AWSTATS for your IIS 6.0 system
    Post new topic  Reply to topic View previous topic :: View next topic 
    AWSTATS for your IIS 6.0 system
    PostPosted: Fri Nov 18, 2005 2:15 pm Reply with quote
    BB
    Regular
     
    Joined: Jun 23, 2004
    Posts: 340


      


    AWSTATS is a Web site statistical analyzer that is freely available to download and use. It works with Apache and IIS.

    http://awstats.sourceforge.net/

    For Internet Information Services, download and run the install (.exe)

    Then check out the installation guide. It has very specific instructions for IIS 5 and IIS 6

    http://awstats.sourceforge.net/docs/awstats_setup.html

    Follow the Setup for Microsoft's IIS server

    The config changes, if needed are covered in that section for the IIS log config as well as the awstats.{yourservername}.conf file you will create. Here is a list of changes from the awstats.model.conf file I used:

    Code:
    LogFile="C:/WINDOWS/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log"

    LogFormat = "%time2 %method %url %logname %host %other %ua %referer %code %bytesd"

    SiteDomain="{yourservername}"

    HostAliases="localhost {yourservername} 127.0.0.1 REGEX[myserver\.com$]localhost"

    DNSLookup=1  # Fully enabled

    ValidHTTPCodes="200 304 003 302" # 302 is redirect, I had a CGI DLL that returned 003

    AuthenticatedUsersNotCaseSensitive=1

    URLNotCaseSensitive=1

    URLWithQuery=1  # get extended URL after ?

    ShowAuthenticatedUsers=1

    LoadPlugin="tooltips"

    LoadPlugin="userinfo"

    LoadPlugin="timezone -6"  # USA Central Time


    I installed on our D:\Program Files, but you can put it anywhere. You will need Activestate PERL installed on the web server too.


    I then set up a batch job to run every night to compute the statistics

    Code:
    for /F "tokens=1-4 delims=/- " %%A in ('date/T') do set DATE=%%D%%B%%C

    set SHORTDATE=%DATE:~2,8%

    D:

    cd \Program Files\awstats-6.2\wwwroot\cgi-bin

    "C:\usr\bin\perl.exe" awstats.pl -config={yourservername} -update -logfile=C:\WINDOWS\system32\LogFiles\W3SVC1\ex%SHORTDATE%.log

    "C:\usr\bin\perl.exe" awstats_buildstaticpages.pl -config={yourservername}
    View user's profile Visit poster's website
    AWSTATS for your IIS 6.0 system
      Group29 Discussion Board Forum Index -> Group29 Tech Tips
    You cannot post new topics in this forum
    You cannot reply to topics in this forum
    You cannot edit your posts in this forum
    You cannot delete your posts in this forum
    You cannot vote in polls in this forum
    All times are GMT - 6 Hours  
    Page 1 of 1  

      
      
     Post new topic  Reply to topic  


    Powered by phpBB © 2001-2003 phpBB Group
    Theme created by Vjacheslav Trushkin
    Forums ©
    Group29 Productions

    All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2006 by Group29 Productions.


    You can syndicate Group29 Productions news with an RSS Feeder using the file backend.php


    PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
    Page Generation: 0.21 Seconds

    :: HeliusGray phpbb2 style by CyberAlien :: PHP-Nuke theme by www.nukemods.com ::