Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 297
- Log:
Updated to AWStats 7.0.
- Author:
- rool
- Date:
- Fri Mar 18 13:33:29 +0000 2011
- Size:
- 855 Bytes
- Properties:
- Property svn:executable is set
1 | # |
2 | # Content of this file, with correct values, can be automatically added to |
3 | # your Apache server by using the AWStats configure.pl tool. |
4 | # |
5 | |
6 | |
7 | # If using Windows and Perl ActiveStat, this is to enable Perl script as CGI. |
8 | #ScriptInterpreterSource registry |
9 | |
10 | |
11 | # |
12 | # Directives to add to your Apache conf file to allow use of AWStats as a CGI. |
13 | # Note that path "/usr/local/awstats/" must reflect your AWStats install path. |
14 | # |
15 | Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/" |
16 | Alias /awstatscss "/usr/local/awstats/wwwroot/css/" |
17 | Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/" |
18 | ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/" |
19 | |
20 | |
21 | # |
22 | # This is to permit URL access to scripts/files in AWStats directory. |
23 | # |
24 | <Directory "/usr/local/awstats/wwwroot"> |
25 | Options None |
26 | AllowOverride None |
27 | Order allow,deny |
28 | Allow from all |
29 | </Directory> |