Changes between Version 10 and Version 11 of Hosting/awstats

Show
Ignore:
Timestamp:
10/05/08 23:11:40 (2 years ago)
Author:
ja11sop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hosting/awstats

    v10 v11  
    2424Essentially this is as follows (I've modified it slightly) 
    2525 
    26 == Install awstats == 
     26== 1. Install awstats == 
    2727 
    2828  1. Install awstats and other packages for awstats plugins 
     
    9191  You should see an error message that tells you awstats is not setup properly (or similar). That's ok. We are only making sure that the `awstats.pl` script runs. 
    9292 
    93 == Configure awstats == 
     93== 2. Configure awstats == 
    9494 
    9595  1. Now edit your `/etc/awstats/awstats.yourdomain.com.conf` file: 
     
    110110  }}} 
    111111 
    112 == Configure `cron` and `logrotate` == 
     112== 3. Configure `cron` and `logrotate` == 
    113113 
    114114  1. Add the following entry to `/etc/cron.d/awstats` 
     
    140140  The `create 644 root adm` allows read access to the logs. 
    141141 
    142 == Update the stats for the website == 
     142== 4. Update the stats for the website == 
    143143 
    144144  1. Run `awstats.pl` to update the stats for your domain 
     
    161161}}} 
    162162 
    163 == Browse to `http://yourdomain.com/awstats/awstats.pl` to view the stats == 
     163== 5. Browse to `http://yourdomain.com/awstats/awstats.pl` to view the stats == 
    164164 
    165165Your done.