Changes between Version 4 and Version 5 of setup_awstats


Ignore:
Timestamp:
Apr 8, 2008, 5:29:24 PM (16 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup_awstats

    v4 v5  
    1313}}}
    1414
    15 ''FIXME: show an example of a successful process here so we know what to expect.''
     15After confirming that you want to run the script, you will get a session like the following:
     16
     17{{{
     18Please enter the user that you want the cron job to run as. This should be
     19the primary user for the hosting order. [] btp
     20You entered: btp
     21
     22Thanks. Press enter to continue [y]
     23Adding password for user btp
     24Please add the following lines to this users web config (via Red):
     25Alias /stats /home/members/jfrej/sites/beyondthepale.org/.red/awstats/web
     26<Directory /home/members/jfrej/sites/beyondthepale.org/.red/awstats/web >
     27  AllowOverride AuthConfig
     28</Directory>
     29
     30And tell them that they can log in to:
     31http://beyondthepale.org/stats/
     32With:
     33user: btp
     34pass: XXXXXXX
     35Generating initial stats. Please wait. This may take a few minutes.
     36Running: su -c '/usr/local/sbin/mf-awstats-build-staticpages 'beyondthepale.org' '/home/members/jfrej/sites/beyondthepale.org/.red/awstats/web'' btp
     370 jm@mandela:~$
     38}}}