awstats - allow stats update from browser

Discussion in 'Traffic Analysis' started by TheWebJunkie, Mar 19, 2005.

  1. #1
    "AllowToUpdateStatsFromBrowser"
    # feature (see later), you need write permissions by webserver user on this
    # directory.
    # Example: "/var/cache/awstats"
    # Example: "../data"
    # Example: "C:/awstats_data_dir"
    # Default: "." (means same directory as awstats.pl)

    Does anyone have any idea how i would do this ?
     
    TheWebJunkie, Mar 19, 2005 IP
  2. crazyhorse

    crazyhorse Peon

    Messages:
    1,137
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think that you need to contact your webhost about this and then show them this information

    http://awstats.sourceforge.net/docs/awstats_config.html#AllowToUpdateStatsFromBrowser

    AllowToUpdateStatsFromBrowser
    Version : 3.0+

    # When this parameter is set to 1, AWStats add a button on report page to
    # allow to "update" statistics from a web browser. Warning, when "update" is
    # made from a browser, AWStats is ran as a CGI by the web server user
    # defined in your web server (user "nobody" by default with Apache, "IUSR_XXX"
    # with IIS), so the "DirData" directory and all already existing history files
    # (awstatsMMYYYY[.xxx].txt) must be writable by this user. Change permissions
    # if required.
    # Warning: Update process can be long so you might experience "time out"
    # browser errors if you don't launch AWStats enough frequently.
    # When set to 0, update is only made when AWStats is ran from the command
    # line interface (or a task scheduler).
    # Possible values: 0 or 1
    # Default: 0
    #
    AllowToUpdateStatsFromBrowser=0
     
    crazyhorse, Mar 19, 2005 IP